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

knepley at geodynamics.org knepley at geodynamics.org
Thu Oct 16 06:09:19 PDT 2008


Author: knepley
Date: 2008-10-16 06:09:19 -0700 (Thu, 16 Oct 2008)
New Revision: 13097

Modified:
   short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveKin.cc
Log:
Fixed additive completion


Modified: short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveKin.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveKin.cc	2008-10-16 04:19:02 UTC (rev 13096)
+++ short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveKin.cc	2008-10-16 13:09:19 UTC (rev 13097)
@@ -627,11 +627,7 @@
   _orientation->setDebug(2);
 #endif
   // Assemble orientation information
-#if 1
-  ALE::Distribution<pylith::Mesh>::completeSection(*_faultMesh, _orientation);
-#else
   ALE::Completion::completeSectionAdd(_faultMesh->getSendOverlap(), _faultMesh->getRecvOverlap(), _orientation, _orientation);
-#endif
 
 #if 0
   _orientation->view("ORIENTATION After complete");
@@ -842,11 +838,7 @@
 #endif
 
   // Assemble area information
-#if 1
-  ALE::Distribution<pylith::Mesh>::completeSection(*_faultMesh, _area);
-#else
   ALE::Completion::completeSectionAdd(_faultMesh->getSendOverlap(), _faultMesh->getRecvOverlap(), _area, _area);
-#endif
 
 #if 0
   _area->view("AREA");



More information about the CIG-COMMITS mailing list