[cig-commits] r12006 - short/3D/PyLith/trunk/modulesrc/topology

knepley at geodynamics.org knepley at geodynamics.org
Thu May 22 14:44:22 PDT 2008


Author: knepley
Date: 2008-05-22 14:44:22 -0700 (Thu, 22 May 2008)
New Revision: 12006

Modified:
   short/3D/PyLith/trunk/modulesrc/topology/topology.pyxe.src
Log:
Small fix for pytests


Modified: short/3D/PyLith/trunk/modulesrc/topology/topology.pyxe.src
===================================================================
--- short/3D/PyLith/trunk/modulesrc/topology/topology.pyxe.src	2008-05-22 20:34:37 UTC (rev 12005)
+++ short/3D/PyLith/trunk/modulesrc/topology/topology.pyxe.src	2008-05-22 21:44:22 UTC (rev 12006)
@@ -167,6 +167,7 @@
       const ALE::Obj<pylith::real_section_type>& section =
         (*mesh)->getRealSection(label);
       assert(!section.isNull());
+      section->setChart((*mesh)->getSieve()->getChart());
       section->setFiberDimension((*mesh)->depthStratum(0), fiberDim);
       result = (void*) &section;
     } catch (const std::exception& err) {



More information about the cig-commits mailing list