[cig-commits] r21793 - short/3D/PyLith/trunk/libsrc/pylith

brad at geodynamics.org brad at geodynamics.org
Wed Apr 10 08:44:24 PDT 2013


Author: brad
Date: 2013-04-10 08:44:24 -0700 (Wed, 10 Apr 2013)
New Revision: 21793

Modified:
   short/3D/PyLith/trunk/libsrc/pylith/Makefile.am
Log:
Temporarily remove refinement from build.

Modified: short/3D/PyLith/trunk/libsrc/pylith/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/libsrc/pylith/Makefile.am	2013-04-10 15:43:56 UTC (rev 21792)
+++ short/3D/PyLith/trunk/libsrc/pylith/Makefile.am	2013-04-10 15:44:24 UTC (rev 21793)
@@ -153,22 +153,22 @@
 	topology/SubMesh.cc \
 	topology/SolutionFields.cc \
 	topology/Distributor.cc \
-	topology/RefineUniform.cc \
 	topology/ReverseCuthillMcKee.cc \
 	utils/EventLogger.cc \
 	utils/TestArray.cc
 
 
 # TEMPORARY
-libpylith_la_SOURCES += \
-	topology/RefineEdges2.cc \
-	topology/CellRefinerTri3.cc \
-	topology/CellRefinerTet4.cc \
-	topology/RefineFace4Edges2.cc \
-	topology/CellRefinerQuad4.cc \
-	topology/RefineVol8Face4Edges2.cc \
-	topology/CellRefinerHex8.cc \
-	topology/MeshOrder.cc
+#libpylith_la_SOURCES += \
+#	topology/RefineUniform.cc 
+#	topology/RefineEdges2.cc \
+#	topology/CellRefinerTri3.cc \
+#	topology/CellRefinerTet4.cc \
+#	topology/RefineFace4Edges2.cc \
+#	topology/CellRefinerQuad4.cc \
+#	topology/RefineVol8Face4Edges2.cc \
+#	topology/CellRefinerHex8.cc \
+#	topology/MeshOrder.cc
 
 
 libpylith_la_LDFLAGS = $(AM_LDFLAGS) $(PYTHON_LA_LDFLAGS)



More information about the CIG-COMMITS mailing list