[cig-commits] commit:

Mercurial hg at geodynamics.org
Mon Nov 24 11:59:24 PST 2008


changeset:   133:f54345f0d89b
user:        JulianGiordani
date:        Thu Aug 07 02:09:44 2008 +0000
files:       Mesh/src/makefile Utils/src/makefile
description:
Making sure StgDomain can compile under VMake


diff -r 824bbf078d41 -r f54345f0d89b Mesh/src/makefile
--- a/Mesh/src/makefile	Wed Aug 06 15:44:50 2008 +0000
+++ b/Mesh/src/makefile	Thu Aug 07 02:09:44 2008 +0000
@@ -61,6 +61,7 @@ SRCS = 				\
 	CompressionAdaptor.c		\
 	SpatialTree.c			\
 	MeshVariable.c			\
+	Remesher.c			\
 	Init.c				\
 	Finalise.c
 
@@ -93,6 +94,7 @@ HDRS = 				\
 	SpatialTree.def			\
 	SpatialTree.h			\
 	MeshVariable.h			\
+	Remesher.h			\
 	Init.h				\
 	Finalise.h
 
diff -r 824bbf078d41 -r f54345f0d89b Utils/src/makefile
--- a/Utils/src/makefile	Wed Aug 06 15:44:50 2008 +0000
+++ b/Utils/src/makefile	Thu Aug 07 02:09:44 2008 +0000
@@ -54,13 +54,13 @@ SRCS = \
 	InnerWallVC.c \
 	LinearRegression.c \
 	MeshShapeVC.c \
+	MeshBoundaryShape.c \
 	NewRemesher.c \
 	Operator.c \
 	OperatorFieldVariable.c \
 	RegularMeshUtils.c \
 	RegularRemesher.c \
 	RegularRemesherCmpt.c \
-	Remesher.c \
 	ShapeAdvector.c \
 	SobolGenerator.c \
 	TimeIntegratee.c \
@@ -86,6 +86,7 @@ HDRS = \
 	InnerWallVC.h \
 	LinearRegression.h \
 	MeshShapeVC.h \
+	MeshBoundaryShape.h \
 	NewRemesher.def \
 	NewRemesher.h \
 	Operator.h \
@@ -94,7 +95,6 @@ HDRS = \
 	RegularRemesher.def \
 	RegularRemesher.h \
 	RegularRemesherCmpt.h \
-	Remesher.h \
 	ShapeAdvector.h \
 	SobolGenerator.h \
 	TimeIntegratee.h \



More information about the CIG-COMMITS mailing list