From c3a7d00dbef7a0c42eb5e47bbfc0c608878a54b1 Mon Sep 17 00:00:00 2001 From: schnetter Date: Wed, 16 Aug 2006 20:21:12 +0000 Subject: When interpolating, ignore input variable indices which are set to -1. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/RotatingSymmetry90/trunk@37 c3c03602-0f4f-0410-b3fa-d2c81c8a7dc5 --- src/interpolate.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/interpolate.c b/src/interpolate.c index 2bdb183..80a11c1 100644 --- a/src/interpolate.c +++ b/src/interpolate.c @@ -577,8 +577,9 @@ Rot90_SymmetryInterpolate (CCTK_POINTER_TO_CONST const cctkGH_, for (m=0; m=0 && operand_indices[m]=0 - && output_array_indices[m]=0 + && output_array_indices[m]