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

knepley at geodynamics.org knepley at geodynamics.org
Thu May 31 09:48:04 PDT 2007


Author: knepley
Date: 2007-05-31 09:48:04 -0700 (Thu, 31 May 2007)
New Revision: 7013

Modified:
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit.cc
Log:
Small test fix


Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit.cc	2007-05-31 16:46:49 UTC (rev 7012)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit.cc	2007-05-31 16:48:04 UTC (rev 7013)
@@ -144,6 +144,7 @@
   ElasticityExplicit integrator;
   topology::FieldsManager fields(mesh);
   _initialize(&mesh, &integrator, &fields);
+  mesh->getFactory()->clear();
 
   const ALE::Obj<pylith::real_section_type>& dispTpdt = 
     fields.getReal("dispTpdt");



More information about the cig-commits mailing list