aboutsummaryrefslogtreecommitdiff
path: root/src/EllBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/EllBase.h')
-rw-r--r--src/EllBase.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/EllBase.h b/src/EllBase.h
index 985b7ee..59f40bc 100644
--- a/src/EllBase.h
+++ b/src/EllBase.h
@@ -7,9 +7,14 @@
@enddesc
@version $Header$
@@*/
+
#ifndef _ELLBASE_H_
#define _ELLBASE_H_
+#define ELL_SUCCESS 0
+#define ELL_NOSOLVER -1
+#define ELL_NOCONVERGENCE -2
+
#ifdef CCODE
@@ -18,7 +23,8 @@
are arrays holding the grid function indices of the metric, metric+psi or
the 27 stencil grid functions, respectively */
-#define LINELL_FLAT3D_ARGS cGH *GH, \
+#define LINELL_FLAT3D_ARGS \
+ cGH *GH, \
CCTK_REAL tolerance, \
int FieldIndex, \
int MIndex, \