aboutsummaryrefslogtreecommitdiff
path: root/src/sor_flat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sor_flat.c')
-rw-r--r--src/sor_flat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sor_flat.c b/src/sor_flat.c
index 4771a44..67f0463 100644
--- a/src/sor_flat.c
+++ b/src/sor_flat.c
@@ -10,6 +10,8 @@
#include "CactusBase/CartGrid3D/src/Symmetry.h"
#include "CactusElliptic/EllBase/src/Ell_DBstructure.h"
+void sor_flat_3d(cGH *GH, int FieldIndex, int MIndex, int NIndex,
+ CCTK_REAL *AbsTol, CCTK_REAL *RelTol);
void sor_flat_3d(cGH *GH, int FieldIndex, int MIndex, int NIndex,
CCTK_REAL *AbsTol, CCTK_REAL *RelTol)