diff --git a/Convert_Matlab/inst_eddies.m b/Convert_Matlab/inst_eddies.m
index a47d535070cd97dc867387657cf35b9cb948d036..0f7247270d48c34ed7a3b3f7f688bfcf4b038939 100644
--- a/Convert_Matlab/inst_eddies.m
+++ b/Convert_Matlab/inst_eddies.m
@@ -3,14 +3,14 @@
 % inst_eddies_v6.py.
 
 clear
-disp('Loading adt.mat...')
+%%disp('Loading adt.mat...')
 %%tic
 load('adt.mat', 'ADT', 'Anticyclonic_Cell', 'Cyclonic_Cell', 'X', 'Y', ...
      'date_num', 'id_anti_cell', 'id_cyclo_cell')
 %%toc
-disp('Saving...')
+%%disp('Saving...')
 %%tic
 save('adt_v6', '-v6')
 %%toc
-disp('Matlab done')
+%%disp('Matlab done')
 exit
diff --git a/Convert_Matlab/inst_eddies_v6.py b/Convert_Matlab/inst_eddies_v6.py
index 82c2b5ca79bdf68f9bf1bb64bf6d8ef5765fd415..c1d88d704d5a477da6fc52bea2842137beb6b85f 100755
--- a/Convert_Matlab/inst_eddies_v6.py
+++ b/Convert_Matlab/inst_eddies_v6.py
@@ -4,9 +4,9 @@
 SHPC_anti and SHPC_cyclo. The mat files are assumed to be in v7.3
 (HDF5) format and will be converted to v6 format before being read in
 Python. The data in each input file is the set of detected
-instantaneous eddies at a given date. The second, optional argument,
-is the final date processed. The script inst_eddies.m must be in the
-current directory at run-time.
+instantaneous eddies at a given date. The second, optional, argument
+of this script is the final date processed. The script inst_eddies.m
+must be in the current directory at run-time.
 
 """
 
diff --git a/cmake/ConfigureCompilerFlags.cmake b/cmake/ConfigureCompilerFlags.cmake
index 31a9a16b896f86ba366e4f85212ee7fcbbf82681..232345f3dfc9d7dfcfd7933b59820fd6fa2b7871 100644
--- a/cmake/ConfigureCompilerFlags.cmake
+++ b/cmake/ConfigureCompilerFlags.cmake
@@ -10,7 +10,7 @@ if(CMAKE_Fortran_COMPILER_ID MATCHES GNU)
     " -Wno-conversion -Wimplicit-interface -Wimplicit-procedure"
     " -Wno-integer-division -Wno-maybe-uninitialized")
   ## -Wrealloc-lhs-all
-  
+
   # Debugging options:
   set(CMAKE_Fortran_FLAGS_DEBUG "-fbacktrace -g -ffpe-trap=zero,overflow")
   # (We cannot use -ffpe-trap=invalid because of Gfortran bug with