aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Requirements
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/Requirements')
-rw-r--r--Carpet/Requirements/src/all_state.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/Requirements/src/all_state.cc b/Carpet/Requirements/src/all_state.cc
index 3619ce637..419379e29 100644
--- a/Carpet/Requirements/src/all_state.cc
+++ b/Carpet/Requirements/src/all_state.cc
@@ -563,7 +563,7 @@ namespace Requirements {
// Synchronising sets all ghost zones, and sets boundary
// ghost zones if boundary zones are set
- if (gp.boundary() ) {
+ if (gp.boundary()) {
if (gp.ghostzones() and gp.boundary_ghostzones()) {
gp.report_warning(loc, "ghostzones+boundary_ghostzones");
}