From 47851d06d4d8c12b768eb343259e10b7db0e191f Mon Sep 17 00:00:00 2001 From: allen Date: Sat, 19 Feb 2000 16:23:28 +0000 Subject: Tidying include files and grdoc git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveC/trunk@4 071ba4cb-2270-47cd-a45a-3e542e115664 --- schedule.ccl | 2 +- src/CheckParameters.c | 5 +---- src/InitialData.c | 5 +---- 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 #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 -- cgit v1.2.3