aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorallen <allen@1c20744c-e24a-42ec-9533-f5004cb800e5>2001-05-10 17:12:06 +0000
committerallen <allen@1c20744c-e24a-42ec-9533-f5004cb800e5>2001-05-10 17:12:06 +0000
commit593f34a2959d23695aaabae4847fcc9e56c781b8 (patch)
treeb4eec113da9c3875d291464cef08f91147c81aef /src
parent04f47e25e65c5c690e02a59453c32163e9aceae6 (diff)
New timelevel indexing
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@13 1c20744c-e24a-42ec-9533-f5004cb800e5
Diffstat (limited to 'src')
-rw-r--r--src/Operator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Operator.c b/src/Operator.c
index 762cb30..51da9dc 100644
--- a/src/Operator.c
+++ b/src/Operator.c
@@ -289,7 +289,7 @@ int PUGHInterp_InterpGV (cGH *GH,
}
/* get the data pointer to the input array (use current timelevel) */
- timelevel = CCTK_NumTimeLevelsFromVarI (in_array_indices[array]) - 1;
+ timelevel = 0;
in_arrays[array] = CCTK_VarDataPtrI(GH, timelevel, in_array_indices[array]);
}
if (retval < 0)