Skip to content

Commit

Permalink
Tidy up src/topogtools.f90
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Kiss <[email protected]>
  • Loading branch information
ezhilsabareesh8 and aekiss authored Nov 1, 2024
1 parent 63bc14f commit 51daab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/topogtools.f90
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ program topogtools
error stop
end if
topog = topography_t(file_in)
call topog%cut_off_T_cells(hgrid,cutoff)
call topog%cut_off_T_cells(hgrid, cutoff)
call topog%update_history(get_mycommand())
call topog%write(file_out)

Expand Down

0 comments on commit 51daab2

Please sign in to comment.