[cig-commits] r21923 - short/3D/PyLith/trunk/unittests/libtests/feassemble

brad at geodynamics.org brad at geodynamics.org
Tue Apr 23 13:44:03 PDT 2013


Author: brad
Date: 2013-04-23 13:44:03 -0700 (Tue, 23 Apr 2013)
New Revision: 21923

Modified:
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestCellGeometry.cc
Log:
Fixed typo.

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestCellGeometry.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestCellGeometry.cc	2013-04-23 17:56:16 UTC (rev 21922)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestCellGeometry.cc	2013-04-23 20:44:03 UTC (rev 21923)
@@ -128,7 +128,7 @@
   const int spaceDim = 3;
   const int orientSize = 9;
 
-  const PylithScalar jacobianVals[numlocs*spaceDim*(spaceDim-1)] = {
+  const PylithScalar jacobianVals[numLocs*spaceDim*(spaceDim-1)] = {
     2.0,  -0.5,
     1.0,  -0.2,
     0.5,   2.0,



More information about the CIG-COMMITS mailing list