aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetRegrid2/src/regrid.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetRegrid2/src/regrid.cc')
-rw-r--r--Carpet/CarpetRegrid2/src/regrid.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetRegrid2/src/regrid.cc b/Carpet/CarpetRegrid2/src/regrid.cc
index 908b58f7b..2bdcf172f 100644
--- a/Carpet/CarpetRegrid2/src/regrid.cc
+++ b/Carpet/CarpetRegrid2/src/regrid.cc
@@ -322,10 +322,10 @@ namespace CarpetRegrid2 {
vector<property*> once_properties;
once_properties.push_back (new proper_nesting());
once_properties.push_back (new add_buffers());
- once_properties.push_back (new combine_regions());
// Properties to be enforced "until all is well"
vector<property*> properties;
+ properties.push_back (new combine_regions());
properties.push_back (new snap_coarse());
properties.push_back (new rotsym90());
properties.push_back (new rotsym180());