[cig-commits] r11365 - short/3D/PyLith/trunk/unittests/libtests/meshio

brad at geodynamics.org brad at geodynamics.org
Fri Mar 7 07:43:56 PST 2008


Author: brad
Date: 2008-03-07 07:43:56 -0800 (Fri, 07 Mar 2008)
New Revision: 11365

Modified:
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIO.cc
Log:
Added clearing of factory call back in (overzealous removal in r11359).

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIO.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIO.cc	2008-03-07 14:39:20 UTC (rev 11364)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIO.cc	2008-03-07 15:43:56 UTC (rev 11365)
@@ -91,6 +91,7 @@
       throw std::logic_error("Could not parse group type.");
     (*mesh)->allocate(groupField);
   } // for
+  (*mesh)->getFactory()->clear();
  
   return mesh;
 } // _createMesh



More information about the cig-commits mailing list