Skip to content

Commit

Permalink
add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Guymer committed Dec 25, 2024
1 parent edaccb4 commit c34c7ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mod_funcs.F90
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ SUBROUTINE saveArray(shrunkAtRisk, shrunkFlooded, fname)
WRITE(hdr, fmt = '("P6 ", i5, " ", i5, " 255 ")') nx, ny

! Allocate image ...
! NOTE: There is no "sub_allocate_array()" for CHARACTER arrays.
ALLOCATE(img(nx, ny))

! Loop over x ...
Expand Down

0 comments on commit c34c7ec

Please sign in to comment.