aboutsummaryrefslogtreecommitdiff
path: root/src/Schwarzschild.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/Schwarzschild.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/Schwarzschild.c')
-rw-r--r--src/Schwarzschild.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Schwarzschild.c b/src/Schwarzschild.c
index 0c7f0e2..c1cab71 100644
--- a/src/Schwarzschild.c
+++ b/src/Schwarzschild.c
@@ -8,10 +8,9 @@
@version $Id$
@@*/
-#include "cctk.h"
-
#include <string.h>
+#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
@@ -20,8 +19,6 @@
static const char *rcsid = "$Header$";
CCTK_FILEVERSION(CactusEinstein_IDAnalyticBH_Schwarzschild_c)
-void Schwarzschild(CCTK_ARGUMENTS);
-
void Schwarzschild(CCTK_ARGUMENTS)
{