aboutsummaryrefslogtreecommitdiff
path: root/src/patch/patch_system.cc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-03-12 20:05:02 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-03-12 20:05:02 +0000
commit5b997b06baaf17deb1982c533b65ada9ff708201 (patch)
tree9e0897c5424f375f9a17b783d12e7b75dda3e454 /src/patch/patch_system.cc
parentfb742568a82ed388f702a6519a46b096fe1291fd (diff)
print number of nominal/ghosted grid points when creating a new patch system
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@967 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/patch/patch_system.cc')
-rw-r--r--src/patch/patch_system.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/patch/patch_system.cc b/src/patch/patch_system.cc
index b72fdaa..d67ca02 100644
--- a/src/patch/patch_system.cc
+++ b/src/patch/patch_system.cc
@@ -269,6 +269,11 @@ default:
,
int(type_in)); /*NOTREACHED*/
}
+
+if (print_summary_msg_flag)
+ then CCTK_VInfo(CCTK_THORNSTRING,
+ " ==> %d nominal, %d ghosted angular grid points",
+ N_grid_points(), ghosted_N_grid_points());
}
//******************************************************************************