summaryrefslogtreecommitdiff
path: root/src/main/make.code.defn
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-21 17:18:27 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-21 17:18:27 +0000
commit71ba48cb19532d47a96273e365f50ca89dea1728 (patch)
tree3e7ebe644cf17602ec6ba759c43692706da629f3 /src/main/make.code.defn
parent905c99e7bf1a6ac4d8af906e9c5ea2c9cb13d65c (diff)
New function registration stuff.
Basically can register functions which return void CCTK_INT or CCTK_REAL and take up to CCTK_MAX_ARGS (currently 255) void * arguments. The CCTK_FunctionCall function can then be used to call this function, timing its execution. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1279 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 a4674d67..a708aa50 100644
--- a/src/main/make.code.defn
+++ b/src/main/make.code.defn
@@ -17,6 +17,7 @@ DefaultTimers.c\
Dummies.c\
flesh.cc\
FortranWrappers.c\
+Functions.c\
GHExtensions.c\
Groups.c\
GroupsOnGH.c\