From 1610f7325d2d44586c844cd85efb2b15a502abd3 Mon Sep 17 00:00:00 2001
From: pesei <petra seibert -@dontspam@- boku ac at>
Date: Sat, 29 Feb 2020 16:02:55 +0100
Subject: [PATCH] Correct comments in some makefiles

---
 Source/Fortran/makefile_cray   | 2 +-
 Source/Fortran/makefile_ecgate | 2 +-
 Source/Fortran/makefile_fast   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Source/Fortran/makefile_cray b/Source/Fortran/makefile_cray
index 444892b..69ded5e 100644
--- a/Source/Fortran/makefile_cray
+++ b/Source/Fortran/makefile_cray
@@ -7,7 +7,7 @@
 # SPDX-License-Identifier: GPL-2.0 
 # 
 # Version for a machine with eccodes and emoslib installed on standard paths
-# full debugging
+# with optimisation
 #
 ###############################################################################
 
diff --git a/Source/Fortran/makefile_ecgate b/Source/Fortran/makefile_ecgate
index b3cd85c..e68960f 100644
--- a/Source/Fortran/makefile_ecgate
+++ b/Source/Fortran/makefile_ecgate
@@ -7,7 +7,7 @@
 # SPDX-License-Identifier: GPL-2.0 
 # 
 # Version for a machine with eccodes and emoslib installed on standard paths
-# full debugging
+# with optimisation
 #
 ###############################################################################
 
diff --git a/Source/Fortran/makefile_fast b/Source/Fortran/makefile_fast
index 49b35c4..a9f6bbf 100644
--- a/Source/Fortran/makefile_fast
+++ b/Source/Fortran/makefile_fast
@@ -7,7 +7,7 @@
 # SPDX-License-Identifier: GPL-2.0 
 # 
 # Version for a machine with eccodes and emoslib installed on standard paths
-# full debugging
+# with optimisation
 #
 ###############################################################################
 
-- 
GitLab