[cig-commits] r5134 - in long/3D/Gale/trunk/src/StGermain: . Discretisation/Utils/src

walter at geodynamics.org walter at geodynamics.org
Tue Oct 31 13:28:10 PST 2006


Author: walter
Date: 2006-10-31 13:28:09 -0800 (Tue, 31 Oct 2006)
New Revision: 5134

Modified:
   long/3D/Gale/trunk/src/StGermain/
   long/3D/Gale/trunk/src/StGermain/Discretisation/Utils/src/CellRemesher.h
   long/3D/Gale/trunk/src/StGermain/Discretisation/Utils/src/StripRemesher.h
Log:
 r3120 at earth:  boo | 2006-10-31 13:26:14 -0800
  r3098 at earth (orig r3875):  KathleenHumble | 2006-10-18 22:33:02 -0700
  changing the #ifndef / #define line so that
  it no longer says it is in StgFEM_SLE but
  StGermain_Discretisation_Utils
  
 



Property changes on: long/3D/Gale/trunk/src/StGermain
___________________________________________________________________
Name: svk:merge
   - 1ef209d2-b310-0410-a72d-e20c9eb0015c:/cig:3119
afb6c753-b9d0-0310-b4e7-dbd8d91cdd35:/trunk/StGermain:3874
   + 1ef209d2-b310-0410-a72d-e20c9eb0015c:/cig:3120
afb6c753-b9d0-0310-b4e7-dbd8d91cdd35:/trunk/StGermain:3875

Modified: long/3D/Gale/trunk/src/StGermain/Discretisation/Utils/src/CellRemesher.h
===================================================================
--- long/3D/Gale/trunk/src/StGermain/Discretisation/Utils/src/CellRemesher.h	2006-10-31 21:28:07 UTC (rev 5133)
+++ long/3D/Gale/trunk/src/StGermain/Discretisation/Utils/src/CellRemesher.h	2006-10-31 21:28:09 UTC (rev 5134)
@@ -38,8 +38,8 @@
 **
 **~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
 
-#ifndef __StG_FEM_SLE_CellRemesher_h__
-#define __StG_FEM_SLE_CellRemesher_h__
+#ifndef __StGermain_Discretisation_Utils_CellRemesher_h__
+#define __StGermain_Discretisation_Utils_CellRemesher_h__
 
 	/* Textual name of this class. */
 	extern const Type CellRemesher_Type;

Modified: long/3D/Gale/trunk/src/StGermain/Discretisation/Utils/src/StripRemesher.h
===================================================================
--- long/3D/Gale/trunk/src/StGermain/Discretisation/Utils/src/StripRemesher.h	2006-10-31 21:28:07 UTC (rev 5133)
+++ long/3D/Gale/trunk/src/StGermain/Discretisation/Utils/src/StripRemesher.h	2006-10-31 21:28:09 UTC (rev 5134)
@@ -38,8 +38,8 @@
 **
 **~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
 
-#ifndef __StG_FEM_SLE_StripRemesher_h__
-#define __StG_FEM_SLE_StripRemesher_h__
+#ifndef __StGermain_Discretisation_Utils_StripRemesher_h__
+#define __StGermain_Discretisation_Utils_StripRemesher_h__
 
 	/* Textual name of this class. */
 	extern const Type StripRemesher_Type;



More information about the cig-commits mailing list