aboutsummaryrefslogtreecommitdiff
path: root/src/sor_wrapper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sor_wrapper.c')
-rw-r--r--src/sor_wrapper.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sor_wrapper.c b/src/sor_wrapper.c
index 062a846..3df20c5 100644
--- a/src/sor_wrapper.c
+++ b/src/sor_wrapper.c
@@ -24,6 +24,10 @@
#include "CactusElliptic/EllBase/src/EllBase.h"
+static const char *rcsid = "$Header$";
+
+CCTK_FILEVERSION(CactusElliptic_EllSOR_sor_wrapper_c)
+
int sor_flat_3d(cGH *GH, int FieldIndex, int MIndex, int NIndex,
CCTK_REAL *AbsTol, CCTK_REAL *RelTol);
int sor_confmetric_3d(cGH *GH, int *MetricPsiI, int conformal,