Skip to content

Commit

Permalink
Merge pull request #269 from cecilehannay/main
Browse files Browse the repository at this point in the history
fix typo in cam challenge excercise 6
  • Loading branch information
cecilehannay authored Aug 8, 2024
2 parents 1415c94 + 08b3d05 commit a49ee7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/challenge/cam/exercise_6.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a49ee7a

Please sign in to comment.