aboutsummaryrefslogtreecommitdiff
path: root/src/template.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/template.c')
-rw-r--r--src/template.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/template.c b/src/template.c
index fcb198b..fe7a267 100644
--- a/src/template.c
+++ b/src/template.c
@@ -977,6 +977,9 @@ if (debug > 0)
case MOLECULE_POSN_ERROR_NAN:
this_axis_status = CCTK_ERROR_INTERP_COORD_NAN;
break;
+ case MOLECULE_POSN_ERROR_DX_ZERO:
+ this_axis_status = CCTK_ERROR_INTERP_DELTA_X_ZERO;
+ break;
default:
CCTK_VWarn(BUG_MSG_SEVERITY_LEVEL,
__LINE__, __FILE__, CCTK_THORNSTRING,