aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Ell_Interface.c2
-rw-r--r--src/Ell_Register.c2
2 files changed, 1 insertions, 3 deletions
diff --git a/src/Ell_Interface.c b/src/Ell_Interface.c
index 838e3e6..fa9771c 100644
--- a/src/Ell_Interface.c
+++ b/src/Ell_Interface.c
@@ -23,7 +23,6 @@
#include "cctk.h"
#include "cctk_parameters.h"
-#include "cctk_WarnLevel.h"
#include "cctk_FortranString.h"
#include "StoreNamedData.h"
@@ -35,7 +34,6 @@ static pNamedData *LinFlatSolverDB;
static pNamedData *BrBrConfMetricSolverDB;
static pNamedData *PolyConfMetricSolverDB;
-
/*
######################################################
###### Elliptic Equation class: LinEllConfMetric #####
diff --git a/src/Ell_Register.c b/src/Ell_Register.c
index d808c9b..1f0660a 100644
--- a/src/Ell_Register.c
+++ b/src/Ell_Register.c
@@ -14,7 +14,6 @@
#include "cctk.h"
#include "cctk_parameters.h"
-#include "cctk_WarnLevel.h"
#include "EllBase.h"
@@ -27,6 +26,7 @@ static pNamedData *EqNameDB;
Application: Call Ell_Register with the routine that registers a solver
for a elliptic equation class. */
+
int Ell_RegisterEq(void *(function)(const char *, void*), const char *eqname)
{