aboutsummaryrefslogtreecommitdiff
path: root/src/Startup.c
diff options
context:
space:
mode:
authorallen <allen@a678b1cf-93e1-4b43-a69d-d43939e66649>2002-05-21 17:11:12 +0000
committerallen <allen@a678b1cf-93e1-4b43-a69d-d43939e66649>2002-05-21 17:11:12 +0000
commit0e0dde1285f0a401258ee2ba5b61feeca8562298 (patch)
treef4c5b03e76ce61ab6c166bb3f18b1e4dd6ecc570 /src/Startup.c
parent3af6c4ef43c49b6b16c7fc4432adb374bbb8cf4a (diff)
Lots of tidying changes, parameter names have changed but hopefully clearer now.
Few more documentation changes still to come Constructing 3D data doesn't work, but this was also true before Einstein2 changes. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@80 a678b1cf-93e1-4b43-a69d-d43939e66649
Diffstat (limited to 'src/Startup.c')
-rw-r--r--src/Startup.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Startup.c b/src/Startup.c
index 8660cbe..a6d4c13 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -18,7 +18,9 @@ void BrillData_InitSymBound(CCTK_ARGUMENTS)
sym[1] = 1;
sym[2] = 1;
- SetCartSymVN(cctkGH, sym,"IDBrillData::brillpsi");
+ SetCartSymVN(cctkGH,sym,"IDBrillData::brillpsi");
+ SetCartSymVN(cctkGH,sym,"IDBrillData::brillMlinear");
+ SetCartSymVN(cctkGH,sym,"IDBrillData::brillNsource");
return;
}