aboutsummaryrefslogtreecommitdiff
path: root/src/ParamChecker.c
diff options
context:
space:
mode:
authorjthorn <jthorn@6a3ddf76-46e1-4315-99d9-bc56cac1ef84>2003-05-06 11:34:49 +0000
committerjthorn <jthorn@6a3ddf76-46e1-4315-99d9-bc56cac1ef84>2003-05-06 11:34:49 +0000
commitb87239199b05fdf7d4fbd19919b5794d0d21da70 (patch)
tree13c2c9266ac0d75cc1c7515f1eee041c09f5e80d /src/ParamChecker.c
parent093134b1e65456a387b9edad8cad7921ac533957 (diff)
add prototypes for a bunch of un-prototyped functions
some code cleanups in Misner_points.c *** I think there is still a quasi-infinite memory leak *** (c. 100 megabytes/second on a xeon) somewhere around the function *** fill_iso() in Misner_points.c git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDAnalyticBH/trunk@129 6a3ddf76-46e1-4315-99d9-bc56cac1ef84
Diffstat (limited to 'src/ParamChecker.c')
-rw-r--r--src/ParamChecker.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/ParamChecker.c b/src/ParamChecker.c
index fdc1146..e2d6725 100644
--- a/src/ParamChecker.c
+++ b/src/ParamChecker.c
@@ -9,15 +9,16 @@
@version $Header$
@@*/
-#include "cctk.h"
-
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
+#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
+#include "IDAnalyticBH.h"
+
static const char *rcsid = "$Header$";
CCTK_FILEVERSION(CactusEinstein_IDAnalyticBH_ParamChecker_c)
@@ -34,8 +35,6 @@ CCTK_FILEVERSION(CactusEinstein_IDAnalyticBH_ParamChecker_c)
***************** Scheduled Routine Prototypes *********************
********************************************************************/
-void IDAnalyticBH_ParamChecker(CCTK_ARGUMENTS);
-
/********************************************************************
********************* Other Routine Prototypes *********************
********************************************************************/
@@ -168,7 +167,3 @@ void IDAnalyticBH_ParamChecker(CCTK_ARGUMENTS)
}
}
-
-/********************************************************************
- ********************* Local Routines *************************
- ********************************************************************/