aboutsummaryrefslogtreecommitdiff
path: root/src/petsc_confmetric.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/petsc_confmetric.c')
-rw-r--r--src/petsc_confmetric.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/petsc_confmetric.c b/src/petsc_confmetric.c
index d85307a..34e1ced 100644
--- a/src/petsc_confmetric.c
+++ b/src/petsc_confmetric.c
@@ -72,7 +72,7 @@ void *GetDataPtr_NextTL(cGH *GH, const char *field) {
/* This passing matches that of in the convention in the
elliptic registration routine see LinearElliptic.h*/
-void petsc_confmetric_solver(cGH *GH, int *MetricPsiI, int MetricPsiISize,
+int petsc_confmetric_solver(cGH *GH, int *MetricPsiI, int MetricPsiISize,
int FieldIndex, int MIndex, int NIndex,
CCTK_REAL *AbsTol, CCTK_REAL *RelTol) {