[cig-commits] r13115 - in short/3D/PyLith/trunk: libsrc/faults modulesrc/topology

brad at geodynamics.org brad at geodynamics.org
Tue Oct 21 15:43:55 PDT 2008


Author: brad
Date: 2008-10-21 15:43:55 -0700 (Tue, 21 Oct 2008)
New Revision: 13115

Modified:
   short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveKin.cc
   short/3D/PyLith/trunk/modulesrc/topology/topology.pyxe.src
Log:
Switched all completeSection() calls to new working version.

Modified: short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveKin.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveKin.cc	2008-10-21 19:11:38 UTC (rev 13114)
+++ short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveKin.cc	2008-10-21 22:43:55 UTC (rev 13115)
@@ -627,7 +627,7 @@
   _orientation->setDebug(2);
 #endif
   // Assemble orientation information
-#if 0
+#if 1
   ALE::Completion::completeSectionAdd(_faultMesh->getSendOverlap(), _faultMesh->getRecvOverlap(), _orientation, _orientation);
 #else
   ALE::Distribution<pylith::Mesh>::completeSection(_faultMesh, _orientation);

Modified: short/3D/PyLith/trunk/modulesrc/topology/topology.pyxe.src
===================================================================
--- short/3D/PyLith/trunk/modulesrc/topology/topology.pyxe.src	2008-10-21 19:11:38 UTC (rev 13114)
+++ short/3D/PyLith/trunk/modulesrc/topology/topology.pyxe.src	2008-10-21 22:43:55 UTC (rev 13115)
@@ -1155,7 +1155,7 @@
       (ALE::Obj<pylith::Mesh>*) meshVptr;
     ALE::Obj<pylith::real_section_type>* section =
       (ALE::Obj<pylith::real_section_type>*) sectionVptr;
-#if 0
+#if 1
     ALE::Completion::completeSectionAdd((*mesh)->getSendOverlap(), (*mesh)->getRecvOverlap(), *section, *section);
 #else
     ALE::Distribution<pylith::Mesh>::completeSection(*mesh, *section);



More information about the CIG-COMMITS mailing list