[cig-commits] r12832 - short/3D/PyLith/trunk/pylith/topology

willic3 at geodynamics.org willic3 at geodynamics.org
Tue Sep 9 11:07:58 PDT 2008


Author: willic3
Date: 2008-09-09 11:07:58 -0700 (Tue, 09 Sep 2008)
New Revision: 12832

Modified:
   short/3D/PyLith/trunk/pylith/topology/MeshGenerator.py
Log:
Logging statement that prints fault for which topology is being adjusted.


Modified: short/3D/PyLith/trunk/pylith/topology/MeshGenerator.py
===================================================================
--- short/3D/PyLith/trunk/pylith/topology/MeshGenerator.py	2008-09-09 16:05:34 UTC (rev 12831)
+++ short/3D/PyLith/trunk/pylith/topology/MeshGenerator.py	2008-09-09 18:07:58 UTC (rev 12832)
@@ -93,6 +93,7 @@
     
     if not interfaces is None:
       for interface in interfaces:
+        self._info.log("Adjusting topology for fault '%s'." % interface.label)
         interface.adjustTopology(mesh)
 
     self._logger.eventEnd(logEvent)



More information about the cig-commits mailing list