summaryrefslogtreecommitdiff
path: root/src/main/CactusDefaultEvolve.c
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-06-29 14:20:22 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-06-29 14:20:22 +0000
commitbc75d2d9d234c9ab01f3e066dae3231f0b92cf1d (patch)
tree448ba67a52cfbd40b5d818e6a2f4dc3e2eb3a425 /src/main/CactusDefaultEvolve.c
parent153d93b0f564c8c432e1dc214dfc964cf91e125f (diff)
Include file name changes
git-svn-id: http://svn.cactuscode.org/flesh/trunk@605 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/CactusDefaultEvolve.c')
-rw-r--r--src/main/CactusDefaultEvolve.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/CactusDefaultEvolve.c b/src/main/CactusDefaultEvolve.c
index 267d55cb..94bcf051 100644
--- a/src/main/CactusDefaultEvolve.c
+++ b/src/main/CactusDefaultEvolve.c
@@ -13,7 +13,7 @@
#include "flesh.h"
#include "cctk.h"
-#include "declare_parameters.h"
+#include "cctk_parameters.h"
#include "rfr_constants.h"
#include "rfrInterface.h"
@@ -67,7 +67,7 @@ int CCTK_StepGH(cGH *GH);
int CactusDefaultEvolve(tFleshConfig *config)
{
- DECLARE_PARAMETERS
+ DECLARE_CCTK_PARAMETERS
int iteration;
int convergence_level;