aboutsummaryrefslogtreecommitdiff
path: root/Carpet
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet')
-rw-r--r--Carpet/CarpetRegrid2/src/regrid.cc7
1 files changed, 6 insertions, 1 deletions
diff --git a/Carpet/CarpetRegrid2/src/regrid.cc b/Carpet/CarpetRegrid2/src/regrid.cc
index 427d8b09b..919482d9b 100644
--- a/Carpet/CarpetRegrid2/src/regrid.cc
+++ b/Carpet/CarpetRegrid2/src/regrid.cc
@@ -134,7 +134,12 @@ namespace CarpetRegrid2 {
{
DECLARE_CCTK_PARAMETERS;
- if (verbose or veryverbose) CCTK_INFO ("Regridding");
+ if (verbose or veryverbose) {
+ CCTK_VInfo (CCTK_THORNSTRING,
+ "Regridding level %d map %d at iteration %d time %g",
+ reflevel, Carpet::map,
+ cctkGH->cctk_iteration, cctkGH->cctk_time);
+ }
assert (is_singlemap_mode());
gh const & hh = * vhh.at (Carpet::map);