aboutsummaryrefslogtreecommitdiff
path: root/src/StaticBoundary.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/StaticBoundary.c')
-rw-r--r--src/StaticBoundary.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/StaticBoundary.c b/src/StaticBoundary.c
index 4ac2879..58a0a28 100644
--- a/src/StaticBoundary.c
+++ b/src/StaticBoundary.c
@@ -994,8 +994,8 @@ static int ApplyBndStatic (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 */