aboutsummaryrefslogtreecommitdiff
path: root/src/Ell_Register.c
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 /src/Ell_Register.c
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
Diffstat (limited to 'src/Ell_Register.c')
-rw-r--r--src/Ell_Register.c2
1 files changed, 1 insertions, 1 deletions
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)
{