From 9da18ddb03bf3897958f2c1b3e7e4eb0846fed3a Mon Sep 17 00:00:00 2001
From: Juan ESCOBAR <juan.escobar@aero.obs-mip.fr>
Date: Thu, 31 Mar 2022 14:09:49 +0200
Subject: [PATCH] Juan 31/03/2022:MNH_OPENACC_NV_CR.CPP, Pb with comment ,
 start this # -> //

---
 src/MNH_OPENACC_NV_CR.CPP | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/MNH_OPENACC_NV_CR.CPP b/src/MNH_OPENACC_NV_CR.CPP
index 5ef2fefc2..789b00891 100644
--- a/src/MNH_OPENACC_NV_CR.CPP
+++ b/src/MNH_OPENACC_NV_CR.CPP
@@ -1,15 +1,15 @@
-#
-# Some Macro to bypass OpenACC incompatiblity beetwen Nvidia & Cray Compiler
-#
+//#
+//# Some Macro to bypass OpenACC incompatiblity beetwen Nvidia & Cray Compiler
+//#
 
-# Activate $acc directive only for Nvidia Compiler
+//# Activate $acc directive only for Nvidia Compiler
 #ifdef MNH_COMPILER_NVHPC
 #define acc_nv acc
 #else
 #define acc_nv !/!\ NOT ACTIVATE acc
 #endif
 
-# Activate present directive only for Cray Compiler
+//# Activate present directive only for Cray Compiler
 #ifdef MNH_COMPILER_CCE
 #define present_cr present
 #else
-- 
GitLab