aboutsummaryrefslogtreecommitdiff
path: root/src/driver/find_horizons.cc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-03-25 14:45:18 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-03-25 14:45:18 +0000
commit51c81376a15fe70ae695632c9c0c907ad588db56 (patch)
treecd5e3024155a332beb5cd8d3bb045186348d27e7 /src/driver/find_horizons.cc
parent9aedf7efbba79cb2749712e792d3db22865590ae (diff)
Add the ability to set *both* the old-style (CCTK_REAL)
*and* new-style (CCTK_INT) mask simultaneously -- Frank Loeffler asked for this, since Whiskey needs it (at least until all of Cactus is converted to the new style...) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1015 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/driver/find_horizons.cc')
-rw-r--r--src/driver/find_horizons.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver/find_horizons.cc b/src/driver/find_horizons.cc
index a6f9d5f..6bf80ad 100644
--- a/src/driver/find_horizons.cc
+++ b/src/driver/find_horizons.cc
@@ -88,7 +88,7 @@ void do_test_expansion_Jacobians(int my_proc, int N_horizons,
//
// This function is called by the Cactus scheduler to find the apparent
// horizon or horizons in the current slice, and optionally set a mask
-// grid function based on each horizon shape.
+// grid function (or functions) based on each horizon shape.
//
extern "C"
void AHFinderDirect_find_horizons(CCTK_ARGUMENTS)