[cig-commits] r12611 - short/3D/PyLith/trunk/libsrc/feassemble

brad at geodynamics.org brad at geodynamics.org
Tue Aug 12 13:06:18 PDT 2008


Author: brad
Date: 2008-08-12 13:06:18 -0700 (Tue, 12 Aug 2008)
New Revision: 12611

Modified:
   short/3D/PyLith/trunk/libsrc/feassemble/ElasticityImplicit.cc
Log:
Fixed typo in comment.

Modified: short/3D/PyLith/trunk/libsrc/feassemble/ElasticityImplicit.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/ElasticityImplicit.cc	2008-08-12 20:02:55 UTC (rev 12610)
+++ short/3D/PyLith/trunk/libsrc/feassemble/ElasticityImplicit.cc	2008-08-12 20:06:18 UTC (rev 12611)
@@ -384,7 +384,7 @@
     // Get state variables for cell.
     _material->getPropertiesCell(*c_iter, numQuadPts);
 
-    // Reset element vector to zero
+    // Reset element matrix to zero
     _resetCellMatrix();
 
     // Restrict input fields to cell



More information about the cig-commits mailing list