aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template.c b/src/template.c
index 0f030a0..e0e4b75 100644
--- a/src/template.c
+++ b/src/template.c
@@ -1030,7 +1030,7 @@ if (debug > 0)
+ N_boundary_points_to_omit[ibndry_min],
input_array_max_subscripts[axis]
- N_boundary_points_to_omit[ibndry_max],
- MOLECULE_SIZE,
+ axis == 1 ? 0 : MOLECULE_SIZE,
boundary_off_centering_tolerance[ibndry_min],
boundary_off_centering_tolerance[ibndry_max],
boundary_extrapolation_tolerance[ibndry_min],