aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--schedule.ccl2
-rw-r--r--src/CheckParameters.c5
-rw-r--r--src/InitialData.c5
3 files changed, 3 insertions, 9 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 98c59d9..11bd2b2 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,4 +1,4 @@
-# Schedule definitions for thorn IDScalarWave
+# Schedule definitions for thorn IDScalarWaveC
# $Header$
schedule IDScalarWaveC_CheckParameters at CCTK_PARAMCHECK
diff --git a/src/CheckParameters.c b/src/CheckParameters.c
index de6a523..4b8a9ab 100644
--- a/src/CheckParameters.c
+++ b/src/CheckParameters.c
@@ -10,14 +10,11 @@
#include "cctk.h"
#include "cctk_Parameters.h"
#include "cctk_Arguments.h"
-#include "cctk_Groups.h"
-#include "cctk_Misc.h"
-#include "cctk_WarnLevel.h"
static char *rcsid = "$Header$";
/*@@
- @routine IDScalarWave_CheckParameters
+ @routine IDScalarWaveC_CheckParameters
@date
@author Gabrielle Allen
@desc
diff --git a/src/InitialData.c b/src/InitialData.c
index d6b22c4..a77fd98 100644
--- a/src/InitialData.c
+++ b/src/InitialData.c
@@ -12,11 +12,8 @@
#include <math.h>
#include "cctk.h"
-#include "cctk_Flesh.h"
#include "cctk_Parameters.h"
-#include "cctk_Groups.h"
#include "cctk_Arguments.h"
-#include "cctk_Misc.h"
static char *rcsid = "$Header$";
@@ -28,7 +25,7 @@ static CCTK_REAL sqr(CCTK_REAL val)
/*@@
- @routine IDScalarWave_InitialData
+ @routine IDScalarWaveC_InitialData
@date
@author Tom Goodale
@desc