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

brad at geodynamics.org brad at geodynamics.org
Fri Apr 12 10:40:45 PDT 2013


Author: brad
Date: 2013-04-12 10:40:44 -0700 (Fri, 12 Apr 2013)
New Revision: 21839

Modified:
   short/3D/PyLith/trunk/modulesrc/topology/topology.i
Log:
Temporarily remove refinement stuff from topology module (waiting for interpolated meshes).

Modified: short/3D/PyLith/trunk/modulesrc/topology/topology.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/topology/topology.i	2013-04-12 15:54:31 UTC (rev 21838)
+++ short/3D/PyLith/trunk/modulesrc/topology/topology.i	2013-04-12 17:40:44 UTC (rev 21839)
@@ -30,7 +30,7 @@
 #include "pylith/topology/SolutionFields.hh"
 #include "pylith/topology/Jacobian.hh"
 #include "pylith/topology/Distributor.hh"
-#include "pylith/topology/RefineUniform.hh"
+//#include "pylith/topology/RefineUniform.hh" // Not yet updated
 #include "pylith/topology/ReverseCuthillMcKee.hh"
 %}
 
@@ -69,7 +69,7 @@
 %include "SolutionFields.i"
 %include "Jacobian.i"
 %include "Distributor.i"
-%include "RefineUniform.i"
+//%include "RefineUniform.i" // not yet updated
 %include "ReverseCuthillMcKee.i"
 
 // Template instatiation



More information about the CIG-COMMITS mailing list