[cig-commits] r9357 - short/3D/PyLith/trunk/unittests/libtests/bc

brad at geodynamics.org brad at geodynamics.org
Thu Feb 14 21:03:17 PST 2008


Author: brad
Date: 2008-02-14 21:03:17 -0800 (Thu, 14 Feb 2008)
New Revision: 9357

Modified:
   short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumann.cc
Log:
Fixed syntax error.

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumann.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumann.cc	2008-02-15 05:02:18 UTC (rev 9356)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumann.cc	2008-02-15 05:03:17 UTC (rev 9357)
@@ -138,8 +138,8 @@
       c_iter != cells->end();
       ++c_iter) {
 
-    bc._boundaryMesh->restrict(bc._tractionsGlobal, *c_iter,
-			    &tractionsCell[0], tractionsCell.size());
+    bc._boundaryMesh->restrict(bc._tractions, *c_iter,
+			       &tractionsCell[0], tractionsCell.size());
 
     // std::cout << "Tractions at quadrature points: " << std::endl;
     // std::cout << "Computed    Expected" << std::endl;



More information about the cig-commits mailing list