[cig-commits] r13114 - short/3D/PyLith/trunk/libsrc/faults

knepley at geodynamics.org knepley at geodynamics.org
Tue Oct 21 12:11:38 PDT 2008


Author: knepley
Date: 2008-10-21 12:11:38 -0700 (Tue, 21 Oct 2008)
New Revision: 13114

Modified:
   short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveKin.cc
Log:
Turn new completion back on


Modified: short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveKin.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveKin.cc	2008-10-21 18:20:58 UTC (rev 13113)
+++ short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveKin.cc	2008-10-21 19:11:38 UTC (rev 13114)
@@ -842,7 +842,7 @@
 #endif
 
   // Assemble area information
-#if 0
+#if 1
   ALE::Completion::completeSectionAdd(_faultMesh->getSendOverlap(), _faultMesh->getRecvOverlap(), _area, _area);
 #else
   ALE::Distribution<pylith::Mesh>::completeSection(_faultMesh, _area);



More information about the CIG-COMMITS mailing list