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

brad at geodynamics.org brad at geodynamics.org
Wed Aug 5 15:24:01 PDT 2009


Author: brad
Date: 2009-08-05 15:24:01 -0700 (Wed, 05 Aug 2009)
New Revision: 15520

Modified:
   short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForce.cc
Log:
Updated test for fixes to PointForce interface.

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForce.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForce.cc	2009-08-05 19:07:39 UTC (rev 15519)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForce.cc	2009-08-05 22:24:01 UTC (rev 15520)
@@ -150,7 +150,7 @@
   topology::SolutionFields fields(mesh);
 
   const double t = _data->tResidual;
-  bc.integrateResidualAssembled(&residual, t, &fields);
+  bc.integrateResidualAssembled(residual, t, &fields);
 
   const ALE::Obj<SieveMesh>& sieveMesh = mesh.sieveMesh();
   CPPUNIT_ASSERT(!sieveMesh.isNull());



More information about the CIG-COMMITS mailing list