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

willic3 at geodynamics.org willic3 at geodynamics.org
Thu Sep 27 18:16:45 PDT 2007


Author: willic3
Date: 2007-09-27 18:16:44 -0700 (Thu, 27 Sep 2007)
New Revision: 8049

Modified:
   short/3D/PyLith/trunk/libsrc/materials/MaxwellIsotropic3D.cc
Log:
Fixed typo.


Modified: short/3D/PyLith/trunk/libsrc/materials/MaxwellIsotropic3D.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/MaxwellIsotropic3D.cc	2007-09-28 01:05:27 UTC (rev 8048)
+++ short/3D/PyLith/trunk/libsrc/materials/MaxwellIsotropic3D.cc	2007-09-28 01:16:44 UTC (rev 8049)
@@ -571,7 +571,7 @@
     (*parameters)[_MaxwellIsotropic3D::pidVisStrain][iComp] = visStrain;
     (*parameters)[_MaxwellIsotropic3D::pidStrainT][iComp] = totalStrain[iComp];
   } // for
-  PetscLogFlopsNoCheck(8 * MaxwellIsotropic3D::tensorSize);
+  PetscLogFlopsNoCheck(8 * _MaxwellIsotropic3D::tensorSize);
 
   _needNewJacobian = false;
 



More information about the cig-commits mailing list