[cig-commits] r15113 - mc/3D/CitcomS/trunk/module/Exchanger

tan2 at geodynamics.org tan2 at geodynamics.org
Wed Jun 3 14:07:04 PDT 2009


Author: tan2
Date: 2009-06-03 14:07:04 -0700 (Wed, 03 Jun 2009)
New Revision: 15113

Modified:
   mc/3D/CitcomS/trunk/module/Exchanger/Makefile.am
Log:
adding files to makefile

Modified: mc/3D/CitcomS/trunk/module/Exchanger/Makefile.am
===================================================================
--- mc/3D/CitcomS/trunk/module/Exchanger/Makefile.am	2009-06-03 16:39:10 UTC (rev 15112)
+++ mc/3D/CitcomS/trunk/module/Exchanger/Makefile.am	2009-06-03 21:07:04 UTC (rev 15113)
@@ -57,10 +57,16 @@
 	$(MPIINCLUDES)
 
 sources = \
+	AreaWeightedNormal.cc \
+	AreaWeightedNormal.h \
 	bindings.cc \
 	bindings.h \
+	BaseSVTInlet.cc \
+	BaseSVTInlet.h \
 	Boundary.cc \
 	Boundary.h \
+	BoundarySVTInlet.cc \
+	BoundarySVTInlet.h \
 	CitcomInterpolator.cc \
 	CitcomInterpolator.h \
 	CitcomSource.cc \
@@ -83,8 +89,12 @@
 	Interior.h \
 	misc.cc \
 	misc.h \
+	PInlet.cc \
+	PInlet.h \
 	PInterior.cc \
 	PInterior.h \
+	POutlet.cc \
+	POutlet.h \
 	SInlet.cc \
 	SInlet.h \
 	SIUnit.cc \
@@ -103,9 +113,8 @@
 	VTInlet.h \
 	VTOutlet.cc \
 	VTOutlet.h
+
 EXTRA_DIST = \
-	AreaWeightedNormal.cc \
-	AreaWeightedNormal.h \
 	BoundaryVTInlet.cc \
 	BoundaryVTInlet.h
 



More information about the CIG-COMMITS mailing list