[cig-commits] r13331 - short/3D/PyLith/trunk/libsrc/topology

brad at geodynamics.org brad at geodynamics.org
Tue Nov 18 09:40:28 PST 2008


Author: brad
Date: 2008-11-18 09:40:27 -0800 (Tue, 18 Nov 2008)
New Revision: 13331

Modified:
   short/3D/PyLith/trunk/libsrc/topology/MeshOps.cc
Log:
Fixed compile error.

Modified: short/3D/PyLith/trunk/libsrc/topology/MeshOps.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/topology/MeshOps.cc	2008-11-18 07:47:04 UTC (rev 13330)
+++ short/3D/PyLith/trunk/libsrc/topology/MeshOps.cc	2008-11-18 17:40:27 UTC (rev 13331)
@@ -81,6 +81,7 @@
 	  << "'.";
       throw std::runtime_error(msg.str());
     } // if
+  } // for
   
 } // checkMaterialIds
 



More information about the CIG-COMMITS mailing list