aboutsummaryrefslogtreecommitdiff
path: root/src/ScalarBoundary.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ScalarBoundary.c')
-rw-r--r--src/ScalarBoundary.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ScalarBoundary.c b/src/ScalarBoundary.c
index ea83742..270f782 100644
--- a/src/ScalarBoundary.c
+++ b/src/ScalarBoundary.c
@@ -1114,8 +1114,8 @@ static int ApplyBndScalar (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 */