aboutsummaryrefslogtreecommitdiff
path: root/src/FlatBoundary.c
diff options
context:
space:
mode:
authorallen <allen@6a38eb6e-646e-4a02-a296-d141613ad6c4>2001-05-10 17:13:36 +0000
committerallen <allen@6a38eb6e-646e-4a02-a296-d141613ad6c4>2001-05-10 17:13:36 +0000
commitb0e4eff508d829f16a5069e17d34323ab2f602e6 (patch)
tree88f9ca112c1ab76197acb09dd2114e3109d84408 /src/FlatBoundary.c
parent5364085baa94f87859be2d782dadcba545383e64 (diff)
New timelevel indexing
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@144 6a38eb6e-646e-4a02-a296-d141613ad6c4
Diffstat (limited to 'src/FlatBoundary.c')
-rw-r--r--src/FlatBoundary.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/FlatBoundary.c b/src/FlatBoundary.c
index 738c5e3..f3036ef 100644
--- a/src/FlatBoundary.c
+++ b/src/FlatBoundary.c
@@ -755,7 +755,6 @@ void CCTK_FCALL CCTK_FNAME (BndFlatVN)
CCTK_GroupDimI
CCTK_VarTypeI
CCTK_GroupStaggerDirArrayGI
- CCTK_NumTimeLevelsFromVarI
FLAT_BOUNDARY
@history
@hdate Tue 10 Apr 2001
@@ -836,7 +835,7 @@ static int ApplyBndFlat (cGH *GH,
CCTK_GroupStaggerDirArrayGI (dstag, gdim, gindex);
/* get the current timelevel */
- timelvl = CCTK_NumTimeLevelsFromVarI (first_var) - 1;
+ timelvl = 0;
/* see if we have a symmetry array */
sGHex = (SymmetryGHex *) CCTK_GHExtension (GH, "Symmetry");