Skip to content

Commit 08b3d05

Browse files
committed
fix typo in cam challenge excercise 6
1 parent 26dd78b commit 08b3d05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notebooks/challenge/cam/exercise_6.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
"\n",
151151
"if (cape(i) > capelmt_mask) then \n",
152152
" lengath = lengath + 1 \n",
153-
" deep(lengath) = i \n",
153+
" ideep(lengath) = i \n",
154154
"end if\n",
155155
"\n",
156156
"write(iulog,*) 'HELLO WORLD'\n",

0 commit comments

Comments
 (0)