aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@071ba4cb-2270-47cd-a45a-3e542e115664>2000-02-19 16:23:28 +0000
committerallen <allen@071ba4cb-2270-47cd-a45a-3e542e115664>2000-02-19 16:23:28 +0000
commit47851d06d4d8c12b768eb343259e10b7db0e191f (patch)
treef9af6c9f140cb5cd7378a37116c6504834a42410
parent0e3c104605c3cbad724ee0d8e70b67ba4d7feee0 (diff)
Tidying include files and grdoc
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveC/trunk@4 071ba4cb-2270-47cd-a45a-3e542e115664
-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