aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetRegrid2/src
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetRegrid2/src')
-rw-r--r--Carpet/CarpetRegrid2/src/regrid.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/Carpet/CarpetRegrid2/src/regrid.cc b/Carpet/CarpetRegrid2/src/regrid.cc
index 078ae3d61..266799aee 100644
--- a/Carpet/CarpetRegrid2/src/regrid.cc
+++ b/Carpet/CarpetRegrid2/src/regrid.cc
@@ -175,6 +175,8 @@ namespace CarpetRegrid2 {
{
DECLARE_CCTK_PARAMETERS;
+ if (verbose) CCTK_INFO ("Regridding");
+
assert (Carpet::is_singlemap_mode());
gh const & hh = * Carpet::vhh.at (Carpet::map);
dh const & dd = * Carpet::vdd.at (Carpet::map);
@@ -276,7 +278,7 @@ namespace CarpetRegrid2 {
} // for n
- // Ensure that the coarser grids contain the finer ones
+ // Ensure that the coarser grids contain the finer ones
for (size_t rl = regions.size() - 1; rl >= 2; -- rl) {
ibbox coarse = * regions.at(rl-1).begin();