From 4941b32072b114766dac8a6cd823cec793ba427a Mon Sep 17 00:00:00 2001 From: Lionel GUEZ <guez@lmd.ens.fr> Date: Tue, 8 Jun 2021 02:15:17 +0200 Subject: [PATCH] Polish --- Inst_eddies/Tests/test_get_1_outerm.f90 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Inst_eddies/Tests/test_get_1_outerm.f90 b/Inst_eddies/Tests/test_get_1_outerm.f90 index 93ee165d..dedc8fbd 100644 --- a/Inst_eddies/Tests/test_get_1_outerm.f90 +++ b/Inst_eddies/Tests/test_get_1_outerm.f90 @@ -26,8 +26,9 @@ program test_get_1_outerm integer:: ind_targ_extr(2) = [19, 11] ! indices in the two dimensions of target extremum - real:: innermost_level = 0.2933 ! level of innermost contour, for - ! each extremum + real:: innermost_level = 0.2933 + ! level of innermost contour, for each extremum + logical:: cyclone = .true. TYPE(shp_tr) hshp character(len = 30) time_unit -- GitLab