[cig-commits] r19037 - short/3D/PyLith/branches/v1.6-revisedfault/libsrc/pylith/faults

brad at geodynamics.org brad at geodynamics.org
Thu Oct 6 17:28:44 PDT 2011


Author: brad
Date: 2011-10-06 17:28:44 -0700 (Thu, 06 Oct 2011)
New Revision: 19037

Modified:
   short/3D/PyLith/branches/v1.6-revisedfault/libsrc/pylith/faults/FaultCohesiveLagrange.cc
Log:
Fixed logging begin/end.

Modified: short/3D/PyLith/branches/v1.6-revisedfault/libsrc/pylith/faults/FaultCohesiveLagrange.cc
===================================================================
--- short/3D/PyLith/branches/v1.6-revisedfault/libsrc/pylith/faults/FaultCohesiveLagrange.cc	2011-10-06 23:01:41 UTC (rev 19036)
+++ short/3D/PyLith/branches/v1.6-revisedfault/libsrc/pylith/faults/FaultCohesiveLagrange.cc	2011-10-07 00:28:44 UTC (rev 19037)
@@ -250,6 +250,9 @@
   assert(!globalOrder.isNull());
 
   _logger->eventEnd(setupEvent);
+#if !defined(DETAILED_EVENT_LOGGING)
+  _logger->eventBegin(computeEvent);
+#endif
 
   // Loop over fault vertices
   const int numVertices = _cohesiveVertices.size();



More information about the CIG-COMMITS mailing list