[cig-commits] r6667 - cs/cigma/trunk/sandbox/c

luis at geodynamics.org luis at geodynamics.org
Tue Apr 24 14:59:36 PDT 2007


Author: luis
Date: 2007-04-24 14:59:36 -0700 (Tue, 24 Apr 2007)
New Revision: 6667

Modified:
   cs/cigma/trunk/sandbox/c/mesh.h
Log:
Minor change to header guard


Modified: cs/cigma/trunk/sandbox/c/mesh.h
===================================================================
--- cs/cigma/trunk/sandbox/c/mesh.h	2007-04-24 21:59:03 UTC (rev 6666)
+++ cs/cigma/trunk/sandbox/c/mesh.h	2007-04-24 21:59:36 UTC (rev 6667)
@@ -1,5 +1,5 @@
-#ifndef __MESH_H__
-#define __MESH_H__
+#ifndef __CIGMA_MESH_H__
+#define __CIGMA_MESH_H__
 
 typedef struct
 {



More information about the cig-commits mailing list