aboutsummaryrefslogtreecommitdiff
path: root/src/SetMask.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/SetMask.c')
-rw-r--r--src/SetMask.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SetMask.c b/src/SetMask.c
index cef8aea..c2c5541 100644
--- a/src/SetMask.c
+++ b/src/SetMask.c
@@ -34,7 +34,7 @@ void SetMask_SphericalSurface (CCTK_ARGUMENTS)
{
mask[i3D] = HYDRO_EXCISION_EXCISED;
}
- else if (SetMask_ResetAll)
+ else// if (SetMask_ResetAll)
{
mask[i3D] = HYDRO_EXCISION_NORMAL;
}