aboutsummaryrefslogtreecommitdiff
path: root/src/driver/mask.cc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-03-17 20:12:02 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-03-17 20:12:02 +0000
commit9354cea744c335060477a28cea8c3bc107919d70 (patch)
tree02066e128a2c17b2d64fca266d6000e90c8a353e /src/driver/mask.cc
parentca34fcbd792f1056e4da667a796081b8614c9d59 (diff)
tweak info printing
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@984 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/driver/mask.cc')
-rw-r--r--src/driver/mask.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver/mask.cc b/src/driver/mask.cc
index c0bd611..8378ebf 100644
--- a/src/driver/mask.cc
+++ b/src/driver/mask.cc
@@ -331,7 +331,7 @@ if (verbose_info.print_algorithm_details)
if (verbose_info.print_algorithm_details)
then CCTK_VInfo(CCTK_THORNSTRING,
- " %ld points set to \"inside\"",
+ " %ld points set to \"inside\" on this processor",
inside_count);
}
}