[cig-commits] r12406 - short/3D/PyLith/trunk/libsrc/utils

brad at geodynamics.org brad at geodynamics.org
Sun Jul 13 21:08:57 PDT 2008


Author: brad
Date: 2008-07-13 21:08:57 -0700 (Sun, 13 Jul 2008)
New Revision: 12406

Modified:
   short/3D/PyLith/trunk/libsrc/utils/constdefs.h
Log:
Fixed declaration of MAXDOUBLE.

Modified: short/3D/PyLith/trunk/libsrc/utils/constdefs.h
===================================================================
--- short/3D/PyLith/trunk/libsrc/utils/constdefs.h	2008-07-13 23:15:26 UTC (rev 12405)
+++ short/3D/PyLith/trunk/libsrc/utils/constdefs.h	2008-07-14 04:08:57 UTC (rev 12406)
@@ -20,8 +20,8 @@
 #define pylith_utils_constdefs_h
 
 namespace pylith {
-  const double MAXDOUBLE = 1.0e+30;
-  const float MAXFLOAT = 1.0e+30;
+  static const double MAXDOUBLE = 1.0e+30;
+  //static const float MAXFLOAT = 1.0e+30;
 }
     
 



More information about the cig-commits mailing list