From b90e474717bbf96c56a029b18918cc37af7f1c48 Mon Sep 17 00:00:00 2001 From: allen Date: Tue, 25 Jan 2000 10:10:48 +0000 Subject: Removing COMM and tidying include files git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllBase/trunk@34 57bc7290-fb3d-4efd-a9b1-28e84cce6043 --- src/Ell_Interface.c | 2 -- src/Ell_Register.c | 2 +- 2 files changed, 1 insertion(+), 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) { -- cgit v1.2.3