aboutsummaryrefslogtreecommitdiff
path: root/src/FlatBoundary.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/FlatBoundary.c')
-rw-r--r--src/FlatBoundary.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FlatBoundary.c b/src/FlatBoundary.c
index 15ee474..8229103 100644
--- a/src/FlatBoundary.c
+++ b/src/FlatBoundary.c
@@ -975,8 +975,8 @@ static int ApplyBndFlat (const cGH *GH,
so that we can use the INDEX_3D macro later on */
for (i = gdim; i < MAXDIM; i++)
{
- ash[i] = 0;
- lsh[i] = 0;
+ ash[i] = 1;
+ lsh[i] = 1;
}
/* get the current timelevel */