aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/make.code.defn
diff options
context:
space:
mode:
authorschnetter <>2001-06-12 12:56:00 +0000
committerschnetter <>2001-06-12 12:56:00 +0000
commit8867059a4180017e191773894b66fc36521168b9 (patch)
tree27cc2b6bbfdf277b797d883a5770679de6dcff05 /Carpet/CarpetLib/src/make.code.defn
parent2de5b11b0a7bfb67d2ac1be8b74edcd024698617 (diff)
Introduced abstraction classes that have no <dim> parameter. This
Introduced abstraction classes that have no <dim> parameter. This will make it easier to adapte the driver to support multiple dimensions at once. darcs-hash:20010612125655-07bb3-1cba35eb867eca1234b3a40bd7a5641b64776c50.gz
Diffstat (limited to 'Carpet/CarpetLib/src/make.code.defn')
-rw-r--r--Carpet/CarpetLib/src/make.code.defn4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/src/make.code.defn b/Carpet/CarpetLib/src/make.code.defn
index b072b8c62..f2c5d3cfc 100644
--- a/Carpet/CarpetLib/src/make.code.defn
+++ b/Carpet/CarpetLib/src/make.code.defn
@@ -1,8 +1,8 @@
# Main make.code.defn file for thorn CarpetLib -*-Makefile-*-
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/make.code.defn,v 1.4 2001/03/24 22:38:48 eschnett Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/make.code.defn,v 1.5 2001/06/12 14:57:00 schnetter Exp $
# Source files in this directory
-SRCS = bbox.cc bboxset.cc data.cc defs.cc dh.cc dist.cc gdata.cc gf.cc ggf.cc gh.cc th.cc vect.cc \
+SRCS = bbox.cc bboxset.cc data.cc defs.cc dgdata.cc dgdh.cc dggh.cc dh.cc dist.cc gdata.cc gf.cc ggf.cc gh.cc th.cc vect.cc \
copy_3d_real8.F77 \
prolongate_3d_real8.F77 \
prolongate_3d_real8_o3.F77 \