aboutsummaryrefslogtreecommitdiff
path: root/src/CopyBoundary.c
diff options
context:
space:
mode:
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++)
{