From a474577166079773b03c88e3e4f8501806cae889 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 30 Jun 2017 10:33:51 +0200 Subject: Make cartoon interpolation work. --- src/template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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], -- cgit v1.2.3