[cig-commits] commit: changing variable and variable register to more standard config

Mercurial hg at geodynamics.org
Mon Feb 1 15:32:27 PST 2010


changeset:   712:42b2d617cfd0
branch:      pcu_rejig
user:        KathleenHumble
date:        Fri Dec 04 18:57:07 2009 +1100
files:       Base/Context/src/Variable.h Base/Context/src/Variable_Register.h
description:
changing variable and variable register to more standard config


diff -r d333bb86ec96 -r 42b2d617cfd0 Base/Context/src/Variable.h
--- a/Base/Context/src/Variable.h	Fri Dec 04 17:46:16 2009 +1100
+++ b/Base/Context/src/Variable.h	Fri Dec 04 18:57:07 2009 +1100
@@ -46,8 +46,8 @@
 **
 **/
 
-#ifndef __Base_Context_Variable_h__
-#define __Base_Context_Variable_h__
+#ifndef __StGermain_Base_Context_Variable_h__
+#define __StGermain_Base_Context_Variable_h__
 	
 	/** Textual name for Variable class. */
 	extern const Type Variable_Type;
@@ -1215,5 +1215,5 @@
 	/** Checks whether || variable - comparison || / || variable || < tolerance */
 	Bool Variable_ValueCompareWithinTolerance( void* variable, void* comparison, double tolerance );
 
-#endif /* __Base_Context_Variable__ */
+#endif /* __StGermain_Base_Context_Variable__ */
 
diff -r d333bb86ec96 -r 42b2d617cfd0 Base/Context/src/Variable_Register.h
--- a/Base/Context/src/Variable_Register.h	Fri Dec 04 17:46:16 2009 +1100
+++ b/Base/Context/src/Variable_Register.h	Fri Dec 04 18:57:07 2009 +1100
@@ -42,8 +42,8 @@
 **
 **~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
 
-#ifndef __Base_Context_Variable_Register_h__
-#define __Base_Context_Variable_Register_h__
+#ifndef __StGermain_Base_Context_Variable_Register_h__
+#define __StGermain_Base_Context_Variable_Register_h__
 	
 	
 	extern const Type Variable_Register_Type;
@@ -128,5 +128,5 @@
 
 	Variable*	Variable_Register_GetByIndex( void* variable_Register, Variable_Index varIndex);	
 	
-#endif /* __Base_Context_Variable_Register_h__ */
+#endif /* __StGermain_Base_Context_Variable_Register_h__ */
 



More information about the CIG-COMMITS mailing list