diff --git a/CarpetX/src/io_norm.cxx b/CarpetX/src/io_norm.cxx index 7f27380ef..6175bc037 100644 --- a/CarpetX/src/io_norm.cxx +++ b/CarpetX/src/io_norm.cxx @@ -215,6 +215,10 @@ void OutputNorms(const cGH *restrict cctkGH) { for (int d = 0; d < dim; ++d) file << sep << red.maxloc[d]; } + + printf("Output norm %s: min = %15.6e, max = %15.6e\n", CCTK_FullVarName(groupdata.firstvarindex + vi), red.min, red.max); + + } }