summaryrefslogtreecommitdiff
path: root/src/main/make.code.defn
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-10-04 22:01:28 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-10-04 22:01:28 +0000
commit125f570312122ce3de31c699c95637d2a4eddaf2 (patch)
treee249bcf8898727e35204c0551e02bd8117e3da2d /src/main/make.code.defn
parent5dadfa4188f57b3abe680526ce06146b888a789e (diff)
Made CCTK_MainLoopIndex and CCTK_SetMainLoopIndex overloadable, and added
routines that were originally there as defaults git-svn-id: http://svn.cactuscode.org/flesh/trunk@1852 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/make.code.defn')
-rw-r--r--src/main/make.code.defn1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/make.code.defn b/src/main/make.code.defn
index 0b4d7c59..24d35a3c 100644
--- a/src/main/make.code.defn
+++ b/src/main/make.code.defn
@@ -8,6 +8,7 @@ Banner.c\
CactusDefaultInitialise.c\
CactusDefaultEvolve.c\
CactusDefaultShutdown.c\
+CactusDefaultMainLoopIndex.c\
CallStartupFunctions.c\
CommandLine.c\
Complex.c\