From 51daab299228e58879a4755cf5aebe7715a2e0e9 Mon Sep 17 00:00:00 2001 From: ezhilsabareesh8 <108497463+ezhilsabareesh8@users.noreply.github.com> Date: Fri, 1 Nov 2024 16:24:11 +1100 Subject: [PATCH] Tidy up src/topogtools.f90 Co-authored-by: Andrew Kiss <31054815+aekiss@users.noreply.github.com> --- src/topogtools.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/topogtools.f90 b/src/topogtools.f90 index c5ecf7c..321eafd 100644 --- a/src/topogtools.f90 +++ b/src/topogtools.f90 @@ -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)