summaryrefslogtreecommitdiff
path: root/src/main/InitialiseCactus.c
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-02-24 17:31:09 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-02-24 17:31:09 +0000
commit1b62c7f62e4e80831abec3e615ed66d1d5a02219 (patch)
treea2d9577722af159a7de1e759875ea47facd08fe8 /src/main/InitialiseCactus.c
parent3042fe913f3928e9e561e75d4c63c93baa7c9390 (diff)
Initial implementation of Function Aliasing for thorns.
This is described on a Spec on the web pages at the moment, and will move to the documentation once it is tested and extended a bit more. If you want to have a look at it in action, checkout the thorns TestFunctions1A, TestFunctions1B and TestFunctions2 which will be in AlphaThorns in a few minutes time. At the moment it is only possible to use Function Aliasing for C functions which use and return Cactus data types. You will need to rebuild your configurations once you update, but apart from that these changes shouldn't affect anyone ... if you see any problems please let us know. Gabrielle git-svn-id: http://svn.cactuscode.org/flesh/trunk@2060 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/InitialiseCactus.c')
-rw-r--r--src/main/InitialiseCactus.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/InitialiseCactus.c b/src/main/InitialiseCactus.c
index eff9d19a..efad6a52 100644
--- a/src/main/InitialiseCactus.c
+++ b/src/main/InitialiseCactus.c
@@ -117,6 +117,8 @@ int CCTKi_InitialiseCactus(int *argc, char ***argv, tFleshConfig *ConfigData)
CCTKi_BindingsVariablesInitialise();
+ CCTKBindings_RegisterThornFunctions();
+
CCTKi_InitialiseScheduler(ConfigData);
CCTKi_CallStartupFunctions(ConfigData);