From 5a8ce52b66b414734ac739d294efa201e2b19599 Mon Sep 17 00:00:00 2001 From: schnetter Date: Wed, 16 Aug 2006 20:20:57 +0000 Subject: When interpolating, ignore input variable indices which are set to -1. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/ReflectionSymmetry/trunk@15 082bdb00-0f4f-0410-b49e-b1835e5f2039 --- src/interpolate.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/interpolate.c b/src/interpolate.c index d8cdcee..9d52c9a 100644 --- a/src/interpolate.c +++ b/src/interpolate.c @@ -159,14 +159,17 @@ ReflectionSymmetry_Interpolate (CCTK_POINTER_TO_CONST restrict const cctkGH_, for (m=0; m=0 && operand_indices[m]=0 - && output_array_indices[m]=0 + && output_array_indices[m]