aboutsummaryrefslogtreecommitdiff
path: root/src/Startup.c
diff options
context:
space:
mode:
authorlanfer <lanfer@57bc7290-fb3d-4efd-a9b1-28e84cce6043>1999-09-08 13:02:59 +0000
committerlanfer <lanfer@57bc7290-fb3d-4efd-a9b1-28e84cce6043>1999-09-08 13:02:59 +0000
commit66271e57837ce1aad458f57133645d27aa7293fc (patch)
treeb4e285000e81a2813eefcd10793fefada4e103bc /src/Startup.c
parent1a2ac5865ee0c641d3c919d1979a0a7b7c5a8df2 (diff)
on the way to elliptic
git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllBase/trunk@6 57bc7290-fb3d-4efd-a9b1-28e84cce6043
Diffstat (limited to 'src/Startup.c')
-rw-r--r--src/Startup.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Startup.c b/src/Startup.c
index 71dce6b..02ac4d2 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -5,6 +5,10 @@
#include "cctk.h"
#include "cctk_parameters.h"
+/* At Startup, EllBase registers the elliptic equation classes for which
+ it provides solvers. Other routines, which may come up with new classes,
+ can registers the classes in their own thorns. */
+
void Ell_RegisterBaseEqTypes(cGH *GH) {
void Ell_RegisterEq(void (*function),const char *);
void Ell_LinConfMetricRegistry(void (*function),const char *);