aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@a678b1cf-93e1-4b43-a69d-d43939e66649>2000-02-05 16:54:51 +0000
committerallen <allen@a678b1cf-93e1-4b43-a69d-d43939e66649>2000-02-05 16:54:51 +0000
commit3a21b0e6628dbed7fadbaaff37ae815dbaf2e3c8 (patch)
treedef31e9bfc4e07c67dce8694a0d172b91cf10087
parent53b843b992d6e36734dd12546e8aea5bfb7b1163 (diff)
Removing USE_CCTK_ARGUMENTS and USE_CCTK_PARAMETERS since they are
automatically included now git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@19 a678b1cf-93e1-4b43-a69d-d43939e66649
-rw-r--r--src/Startup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Startup.c b/src/Startup.c
index 806e5ee..254a9fb 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -14,6 +14,6 @@ void BrilData_InitSymBound(CCTK_CARGUMENTS)
SetCartSymmetry(cctkGH, sym,"IDBrillData::brillpsi");
- USE_CCTK_CARGUMENTS
+
}