aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorallen <allen@edbb7e70-9571-45d5-a481-0a560a9b4751>2000-02-05 16:54:39 +0000
committerallen <allen@edbb7e70-9571-45d5-a481-0a560a9b4751>2000-02-05 16:54:39 +0000
commite463cc7768d76f8257f1f3390ceb3d2fcb9c7581 (patch)
tree61360b5262cc48873406a260e1cd6edc8690f5f4 /src
parent820c91bc77cea6d156ea9899ac7c0c589c20f15c (diff)
Removing USE_CCTK_ARGUMENTS and USE_CCTK_PARAMETERS since they are
automatically included now git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/CoordGauge/trunk@22 edbb7e70-9571-45d5-a481-0a560a9b4751
Diffstat (limited to 'src')
-rw-r--r--src/Slicing.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Slicing.c b/src/Slicing.c
index c596cc2..a010e58 100644
--- a/src/Slicing.c
+++ b/src/Slicing.c
@@ -335,7 +335,7 @@ void Einstein_ActivateSlicing(cGH *GH)
}
#endif
- USE_CCTK_PARAMETERS
+
}
@@ -514,7 +514,7 @@ void Einstein_SetNextSlicing(cGH *GH) {
if (info) free(info);
}
- USE_CCTK_PARAMETERS
+
}