From 786a6d52d2793acd7bd8871ad2ef3dfc23ae434f Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Fri, 12 Oct 2018 11:28:42 +0200
Subject: [PATCH] Finale cleanup on headers

---
 simucore/CMakeLists.txt      | 1 +
 testing/testing_zauxiliary.h | 6 +++---
 tools/check_header.sh        | 4 ++++
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/simucore/CMakeLists.txt b/simucore/CMakeLists.txt
index 0603a57f0..6f1cd7311 100755
--- a/simucore/CMakeLists.txt
+++ b/simucore/CMakeLists.txt
@@ -17,6 +17,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
+#  @version 1.0.0
 #  @date 2014-10-02
 #
 ###
diff --git a/testing/testing_zauxiliary.h b/testing/testing_zauxiliary.h
index b2f09efbd..37910ddd1 100644
--- a/testing/testing_zauxiliary.h
+++ b/testing/testing_zauxiliary.h
@@ -18,8 +18,8 @@
  * @precisions normal z -> c d s
  *
  */
-#ifndef TESTING_ZAUXILIARY_H
-#define TESTING_ZAUXILIARY_H
+#ifndef _testing_zauxiliary_h_
+#define _testing_zauxiliary_h_
 
 //#include "testing.h"
 
@@ -113,4 +113,4 @@ int testing_zcgesv(int argc, char **argv);
 int testing_zcungesv(int argc, char **argv);
 #endif
 
-#endif /* TESTINGS_H */
+#endif /* _testing_zauxiliary_h_ */
diff --git a/tools/check_header.sh b/tools/check_header.sh
index 3dda2b759..e4e3ead8e 100755
--- a/tools/check_header.sh
+++ b/tools/check_header.sh
@@ -35,6 +35,10 @@ check_header_file()
         then
             toto=`grep " @file .*/$basename" $filename`
         fi
+        if [ $? -ne 0 ]
+        then
+            toto=`grep " @file chameleon_$basename" $filename`
+        fi
 
         if [ $? -ne 0 ]
         then
-- 
GitLab