aboutsummaryrefslogtreecommitdiff
path: root/src/BrillLindquist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/BrillLindquist.c')
-rw-r--r--src/BrillLindquist.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/BrillLindquist.c b/src/BrillLindquist.c
index 6793fb3..cdf59b1 100644
--- a/src/BrillLindquist.c
+++ b/src/BrillLindquist.c
@@ -8,11 +8,10 @@
@version $Header$
@@*/
-#include "cctk.h"
-
#include <math.h>
#include <string.h>
+#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
@@ -21,13 +20,8 @@
static const char *rcsid = "$Header$";
CCTK_FILEVERSION(CactusEinstein_IDAnalyticBH_BrillLindquist_c)
-
-#define SQR(a) ((a)*(a))
-
#define MAX_HOLES 4
-void BrillLindquist(CCTK_ARGUMENTS);
-
/*@@
@routine BrillLindquist
@date