aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorallen <allen@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>1999-06-29 14:45:28 +0000
committerallen <allen@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>1999-06-29 14:45:28 +0000
commitacff6a87a6c6418c87d7fe8a1b767902c3e01d65 (patch)
tree027850fe49debd572eee856168c28b8a51c62c2f /src
parenta396a2bf0cea5ec901f298b3b219df0db202f714 (diff)
New names for include files
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMConstraints/trunk@11 b7a48df3-cbbf-4440-997f-b4b717c9f7fc
Diffstat (limited to 'src')
-rw-r--r--src/ADMConstraints.F6
-rw-r--r--src/InitSymBound.F2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/ADMConstraints.F b/src/ADMConstraints.F
index 86a321a..74c494d 100644
--- a/src/ADMConstraints.F
+++ b/src/ADMConstraints.F
@@ -19,8 +19,8 @@ c --------------------------------------------------------------
c CCTK Header files
#include "cctk.h"
-#include "declare_parameters.h"
-#include "declare_arguments.h"
+#include "cctk_parameters.h"
+#include "cctk_arguments.h"
#include "CactusEinstein/Einstein/src/Einstein.h"
@@ -44,7 +44,7 @@ c@@*/
implicit none
DECLARE_CCTK_FARGUMENTS
- DECLARE_PARAMETERS
+ DECLARE_CCTK_PARAMETERS
INTEGER CCTK_Equals
diff --git a/src/InitSymBound.F b/src/InitSymBound.F
index b8f3533..d5dfc6d 100644
--- a/src/InitSymBound.F
+++ b/src/InitSymBound.F
@@ -8,7 +8,7 @@
@@*/
#include "cctk.h"
-#include "declare_arguments.h"
+#include "cctk_arguments.h"
/*@@
@routine InitSymBound