aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authorhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2006-07-28 09:45:36 +0000
committerhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2006-07-28 09:45:36 +0000
commitec098f5dadd15c70908dcbd07b484f04f926ebea (patch)
treee76737a0c878e3b706fac43ff99237b561c86676 /src/make.code.defn
parenteeb8bdf88f9b3de750e95bdb98ae78a8f9b4ad49 (diff)
"Old boundary" interface, as provided by Yosef Zlochower.
This sets CCTK_DELTA_TIME in a different way to the standard MoL method inside a bin in MoL_PostStep. I believe this is designed for use with the standard Cactus Radiative boundary condition. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@114 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 926dbbb..b2717f9 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -8,6 +8,7 @@ SRCS = ChangeType.c \
ICN.c \
IndexArrays.c \
InitialCopy.c \
+ OldBdry.c \
ParamCheck.c \
RK2.c \
RK3.c \