[cig-commits] r18393 - short/3D/PyLith/branches/v1.5-stable/libsrc/meshio

brad at geodynamics.org brad at geodynamics.org
Thu May 19 16:11:52 PDT 2011


Author: brad
Date: 2011-05-19 16:11:52 -0700 (Thu, 19 May 2011)
New Revision: 18393

Modified:
   short/3D/PyLith/branches/v1.5-stable/libsrc/meshio/MeshIOCubit.cc
Log:
Remove sheet bodies.

Modified: short/3D/PyLith/branches/v1.5-stable/libsrc/meshio/MeshIOCubit.cc
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/libsrc/meshio/MeshIOCubit.cc	2011-05-18 19:22:22 UTC (rev 18392)
+++ short/3D/PyLith/branches/v1.5-stable/libsrc/meshio/MeshIOCubit.cc	2011-05-19 23:11:52 UTC (rev 18393)
@@ -335,7 +335,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