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",