aboutsummaryrefslogtreecommitdiff
path: root/src/CopyBoundary.c
diff options
context:
space:
mode:
authorallen <allen@6a38eb6e-646e-4a02-a296-d141613ad6c4>2000-07-19 12:21:40 +0000
committerallen <allen@6a38eb6e-646e-4a02-a296-d141613ad6c4>2000-07-19 12:21:40 +0000
commitd369abf93c68e655de81880cd69015905dd6a350 (patch)
tree7fe187e8621df45981b445eac8d122291b2149c2 /src/CopyBoundary.c
parent779e0b79c1af4f3a1e1e66164dc3d539fd1869bc (diff)
Do boundary conditions on the newest (next) timelevel.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@116 6a38eb6e-646e-4a02-a296-d141613ad6c4
Diffstat (limited to 'src/CopyBoundary.c')
-rw-r--r--src/CopyBoundary.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CopyBoundary.c b/src/CopyBoundary.c
index 0f49b62..9dcb1d1 100644
--- a/src/CopyBoundary.c
+++ b/src/CopyBoundary.c
@@ -305,8 +305,8 @@ static int ApplyBndCopy(cGH *GH,
/* get the current timelevel */
timelevel = CCTK_NumTimeLevelsFromVarI (first_var) - 1;
- if (timelevel > 0)
- timelevel--;
+ /* if (timelevel > 0)
+ timelevel--;*/
for (vi=first_var; vi<first_var+num_vars; vi++)
{