aboutsummaryrefslogtreecommitdiff
path: root/src/CheckParameters.c
diff options
context:
space:
mode:
authorallen <allen@eec4d7dc-71c2-46d6-addf-10296150bf52>2002-05-04 11:34:44 +0000
committerallen <allen@eec4d7dc-71c2-46d6-addf-10296150bf52>2002-05-04 11:34:44 +0000
commit76c77724cb9c5c4302de36f9a8333c4998547578 (patch)
tree4b8201c0c128fbf46c491b27784c57c44a03dbf5 /src/CheckParameters.c
parent36ed3bfdf64c621e22df2e74d39bd7bf796e5865 (diff)
Changes so that Cartoon works with both old and new einstein
New testsuite is the same as test_cartoon_1 git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@33 eec4d7dc-71c2-46d6-addf-10296150bf52
Diffstat (limited to 'src/CheckParameters.c')
-rw-r--r--src/CheckParameters.c26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/CheckParameters.c b/src/CheckParameters.c
index 224dfed..90fc1f1 100644
--- a/src/CheckParameters.c
+++ b/src/CheckParameters.c
@@ -15,6 +15,32 @@ static const char *rcsid = "$Id$";
CCTK_FILEVERSION(Development_Cartoon2D_CheckParameters_c)
+/********************************************************************
+ ********************* Local Data Types ***********************
+ ********************************************************************/
+
+/********************************************************************
+ ********************* Local Routine Prototypes *********************
+ ********************************************************************/
+
+/********************************************************************
+ ***************** Scheduled Routine Prototypes *********************
+ ********************************************************************/
+
+void Cartoon2D_CheckParameters(CCTK_ARGUMENTS);
+
+/********************************************************************
+ ********************* Other Routine Prototypes *********************
+ ********************************************************************/
+
+/********************************************************************
+ ********************* Local Data *****************************
+ ********************************************************************/
+
+/********************************************************************
+ ********************* External Routines **********************
+ ********************************************************************/
+
/*@@
@routine Cartoon2D_CheckParameters
@date Wed Nov 3 10:17:46 MET 1999