aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@57bc7290-fb3d-4efd-a9b1-28e84cce6043>2000-01-25 10:10:48 +0000
committerallen <allen@57bc7290-fb3d-4efd-a9b1-28e84cce6043>2000-01-25 10:10:48 +0000
commitb90e474717bbf96c56a029b18918cc37af7f1c48 (patch)
treed5e77182fea41dfbcca10ea731a8a6f00e12ea32
parent5765674272fcd9a1838864fd9bf4c07a0341dfe6 (diff)
Removing COMM and tidying include files
git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllBase/trunk@34 57bc7290-fb3d-4efd-a9b1-28e84cce6043
-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)
{