aboutsummaryrefslogtreecommitdiff
path: root/src/Startup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Startup.c')
-rw-r--r--src/Startup.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Startup.c b/src/Startup.c
index bdadc2c..9537d39 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -24,13 +24,11 @@ void petsc_flat(cGH *GH, int *FieldIndex, int *MIndex, int *NIndex,
This routine registers petsc_confmetric under the name "petsc" for
the class of elliptic equations "LinConfMetric" */
-int EllPETSc_Register(cGH *GH)
+void EllPETSc_Register(cGH *GH)
{
DECLARE_CCTK_PARAMETERS
Ell_RegisterSolver(petsc_confmetric,"petsc","Ell_LinConfMetric");
Ell_RegisterSolver(petsc_metric,"petsc","Ell_LinMetric");
Ell_RegisterSolver(petsc_flat,"petsc","Ell_LinFlat");
-
- return 0;
}