From 08b3d05fceac68e7d2de65dd5b0d4ace87dfcf0e Mon Sep 17 00:00:00 2001 From: Cecile Hannay Date: Thu, 8 Aug 2024 16:23:29 -0600 Subject: [PATCH] fix typo in cam challenge excercise 6 --- notebooks/challenge/cam/exercise_6.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/challenge/cam/exercise_6.ipynb b/notebooks/challenge/cam/exercise_6.ipynb index ea383425..dfd5cad6 100644 --- a/notebooks/challenge/cam/exercise_6.ipynb +++ b/notebooks/challenge/cam/exercise_6.ipynb @@ -150,7 +150,7 @@ "\n", "if (cape(i) > capelmt_mask) then \n", " lengath = lengath + 1 \n", - " deep(lengath) = i \n", + " ideep(lengath) = i \n", "end if\n", "\n", "write(iulog,*) 'HELLO WORLD'\n",