aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@eec4d7dc-71c2-46d6-addf-10296150bf52>2001-05-10 17:16:35 +0000
committerallen <allen@eec4d7dc-71c2-46d6-addf-10296150bf52>2001-05-10 17:16:35 +0000
commitc492e5a9675288acb62172f0ed3d5ea77d1b2595 (patch)
treec4620ce6e0fbca24715a1adc00ad1359f07b8bfc
parenta3ad7f44fee29786bf1b71144f3dbdd504111f7e (diff)
New timelevel indexing
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@20 eec4d7dc-71c2-46d6-addf-10296150bf52
-rw-r--r--src/Cartoon2DBC.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cartoon2DBC.c b/src/Cartoon2DBC.c
index 44d5d8c..ae5a673 100644
--- a/src/Cartoon2DBC.c
+++ b/src/Cartoon2DBC.c
@@ -98,7 +98,7 @@ CCTK_INT BndCartoon2DVI(cGH *GH, CCTK_INT tensortype, CCTK_INT vi)
dx0 = GH->cctk_delta_space[0]/GH->cctk_levfac[0];
dy0 = GH->cctk_delta_space[1]/GH->cctk_levfac[1];
- timelevel = CCTK_NumTimeLevelsFromVarI(vi) - 1;
+ timelevel = 0;
/* Cactus loop in C: grid points with y = 0 */
/* compare thorn_BAM_Elliptic */