From 433b64d1452c36bb2fed24bf13a700b829eb5149 Mon Sep 17 00:00:00 2001 From: Pierre Lassalle <lassallep@cesbio.cnes.fr> Date: Tue, 26 Jul 2016 09:01:04 +0200 Subject: [PATCH] Header fixes. --- include/grmGraph.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/include/grmGraph.h b/include/grmGraph.h index a7e91d6..2f97348 100644 --- a/include/grmGraph.h +++ b/include/grmGraph.h @@ -15,8 +15,8 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#ifndef __GRM_GRAPH_H -#define __GRM_GRAPH_H +#ifndef GRM_GRAPH_H +#define GRM_GRAPH_H #include "grmDataStructures.h" #include "lpContour.h" @@ -103,6 +103,4 @@ namespace grm }; } // end of namespace grm -#endif - - +#endif \ No newline at end of file -- GitLab