aboutsummaryrefslogtreecommitdiff
path: root/src/Startup.c
diff options
context:
space:
mode:
authorlanfer <lanfer@c78560ca-4b45-4335-b268-5f3340f3cb52>2000-04-07 17:57:56 +0000
committerlanfer <lanfer@c78560ca-4b45-4335-b268-5f3340f3cb52>2000-04-07 17:57:56 +0000
commit767cc468eced62ca904b7119d26aec0e06ce9840 (patch)
tree2c52eaa04747e4b3b0c37283be1d2e758f1444d8 /src/Startup.c
parented1450e873cf10e7e2a9e4da91d45dcee64f68f3 (diff)
symmetry conditions for quadrant/bitant and 1D/2D support
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@98 c78560ca-4b45-4335-b268-5f3340f3cb52
Diffstat (limited to 'src/Startup.c')
-rw-r--r--src/Startup.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Startup.c b/src/Startup.c
index 0c86f64..70d1638 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -19,7 +19,9 @@ int Symmetry_InitGHex(cGH *GH);
@author Gerd Lanfermann
@desc
Routine registers the Setup and Initialation routines for the
- GHExtension, which holds the symmetry BCs.
+ GHExtension, which holds the symmetry BCs. We name the
+ GHextension "Symmetry" and get an integer ("handle")
+ identifying the GHex.
@enddesc
@calls
@calledby
@@ -32,10 +34,8 @@ int Symmetry_InitGHex(cGH *GH);
/* Store the handle in a global variable for the moment. */
int Symmetry_handle;
+
int SymmetryStartup(void) {
-
- /* we name the GHextension "Symmetry" and get an
- integer identifying the GHex */
Symmetry_handle = CCTK_RegisterGHExtension("Symmetry");
/* Register the allocation and init routine */