[cig-commits] r18397 - in short/3D/PyLith/trunk: examples/3d/hex8/mesh libsrc/meshio

brad at geodynamics.org brad at geodynamics.org
Fri May 20 09:11:20 PDT 2011


Author: brad
Date: 2011-05-20 09:11:20 -0700 (Fri, 20 May 2011)
New Revision: 18397

Modified:
   short/3D/PyLith/trunk/examples/3d/hex8/mesh/geometry.jou
   short/3D/PyLith/trunk/libsrc/meshio/MeshIOCubit.cc
Log:
Merge from stable.

Modified: short/3D/PyLith/trunk/examples/3d/hex8/mesh/geometry.jou
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/mesh/geometry.jou	2011-05-20 14:59:41 UTC (rev 18396)
+++ short/3D/PyLith/trunk/examples/3d/hex8/mesh/geometry.jou	2011-05-20 16:11:20 UTC (rev 18397)
@@ -45,3 +45,4 @@
 # ----------------------------------------------------------------------
 imprint all with volume all
 merge all
+delete body all
\ No newline at end of file

Modified: short/3D/PyLith/trunk/libsrc/meshio/MeshIOCubit.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/MeshIOCubit.cc	2011-05-20 14:59:41 UTC (rev 18396)
+++ short/3D/PyLith/trunk/libsrc/meshio/MeshIOCubit.cc	2011-05-20 16:11:20 UTC (rev 18397)
@@ -336,7 +336,8 @@
       throw std::runtime_error("Could not get node set.");
     const int size = node_ns->num_vals();
     info << journal::at(__HERE__)
-	 << "Reading node set " << ids[iGroup] << " with "
+	 << "Reading node set '" << groupNames[iGroup] << "' with id "
+	 << ids[iGroup] << " containing "
 	 << size << " nodes." << journal::endl;
 
     points.resize(size);



More information about the CIG-COMMITS mailing list