[cig-commits] r15070 - short/3D/PyLith/trunk/libsrc/materials

brad at geodynamics.org brad at geodynamics.org
Tue May 26 21:18:46 PDT 2009


Author: brad
Date: 2009-05-26 21:18:46 -0700 (Tue, 26 May 2009)
New Revision: 15070

Modified:
   short/3D/PyLith/trunk/libsrc/materials/EffectiveStress.hh
Log:
Fixed compilation error.

Modified: short/3D/PyLith/trunk/libsrc/materials/EffectiveStress.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/EffectiveStress.hh	2009-05-27 04:13:22 UTC (rev 15069)
+++ short/3D/PyLith/trunk/libsrc/materials/EffectiveStress.hh	2009-05-27 04:18:46 UTC (rev 15070)
@@ -52,17 +52,17 @@
 public :
 
   /// Member prototype for effStressFunc()
-  typedef static double (*effStressFunc_fn_type)
+  typedef double (*effStressFunc_fn_type)
   (const double,
    const EffStressStruct&);
 
   /// Member prototype for effStressDFunc()
-  typedef static double (*effStressDFunc_fn_type)
+  typedef double (*effStressDFunc_fn_type)
   (const double,
    const EffStressStruct&);
   
   /// Member prototype for effStressFuncDFunc()
-  typedef static void (*effStressFuncDFunc_fn_type)
+  typedef void (*effStressFuncDFunc_fn_type)
   (const double,
    const EffStressStruct&,
    double*,



More information about the CIG-COMMITS mailing list