From a08d2309bc8d4f4ceaf1dba8bda33aa1e21fc4aa Mon Sep 17 00:00:00 2001
From: Pierre Lassalle <lassallep@cesbio.cnes.fr>
Date: Tue, 26 Jul 2016 09:11:21 +0200
Subject: [PATCH] Header fixes.

---
 include/lpContour.h | 15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

diff --git a/include/lpContour.h b/include/lpContour.h
index 81a5afa..f0aaeac 100644
--- a/include/lpContour.h
+++ b/include/lpContour.h
@@ -15,8 +15,8 @@
      PURPOSE.  See the above copyright notices for more information.
 
 =========================================================================*/
-#ifndef __LP_CONTOUR_H
-#define __LP_CONTOUR_H
+#ifndef LP_CONTOUR_H
+#define LP_CONTOUR_H
 #include <cassert>
 #include <iostream>
 #include <bitset>
@@ -111,13 +111,4 @@ namespace lp
 									const std::size_t gridSizeX);
 	};
 } // end of namespace lp
-#endif
-
-
-
-
-
-
-
-
-
+#endif
\ No newline at end of file
-- 
GitLab