From cfce35b9735a1e46976260fd46eb5d3f28e05285 Mon Sep 17 00:00:00 2001
From: Lionel GUEZ <guez@lmd.ens.fr>
Date: Fri, 22 Jul 2022 16:23:16 +0200
Subject: [PATCH] Polish

---
 Common/derived_types.f90 | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/Common/derived_types.f90 b/Common/derived_types.f90
index 992a83a1..2d92f362 100644
--- a/Common/derived_types.f90
+++ b/Common/derived_types.f90
@@ -43,11 +43,12 @@ module derived_types
   end type eddy
 
   type snapshot
-     type(eddy), allocatable:: list(:) ! (number_extr)
-     ! Visible "eddies" at a given date. These include "eddies"
-     ! without an outermost contour, that is only the extremum is
-     ! visible. The subscript value in list is the "identification
-     ! number" of the extremum.
+     type(eddy), allocatable:: list(:) ! (number_extr) Visible
+     ! "eddies" at a given date. In general, they can have both
+     ! orientations. Visible eddies include "eddies" without an
+     ! outermost contour, that is only the extremum is visible. The
+     ! subscript value in list is the "identification number" of the
+     ! extremum.
      
      integer number_extr ! number of visible extrema
 
-- 
GitLab