aboutsummaryrefslogtreecommitdiff
path: root/src/InterpLocalUniform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/InterpLocalUniform.h')
-rw-r--r--src/InterpLocalUniform.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/InterpLocalUniform.h b/src/InterpLocalUniform.h
index bb412d0..61a4cf4 100644
--- a/src/InterpLocalUniform.h
+++ b/src/InterpLocalUniform.h
@@ -178,6 +178,9 @@ struct Jacobian_info
/* someone passed us a NaN or other non-finite floating-point number */
#define MOLECULE_POSN_ERROR_NAN (-4)
+/* grid spacing $\Delta x$ is zero in at least one axis */
+#define MOLECULE_POSN_ERROR_DX_ZERO (-5)
+
/******************************************************************************/
/*