aboutsummaryrefslogtreecommitdiff
path: root/src/driver/driver.hh
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-08-01 13:51:43 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-08-01 13:51:43 +0000
commit28341750b10709c9c50eb128717dec57f9a0bc39 (patch)
treef45a6f2ed458ba6443121eb133da15aa956eae52 /src/driver/driver.hh
parent455b3e987bd3cda3500845b37499ab4328e414ee (diff)
change the code so AHFinderDirect can tell DriftCorrect about a
specified AH centroid -- this uses the new function-aliasing DriftCorrect interface developed by Peter Diener and myself (with much assistance from Ian Hawke) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1174 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/driver/driver.hh')
-rw-r--r--src/driver/driver.hh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/driver/driver.hh b/src/driver/driver.hh
index 74fddaa..66015ed 100644
--- a/src/driver/driver.hh
+++ b/src/driver/driver.hh
@@ -365,6 +365,11 @@ extern "C"
extern "C"
void AHFinderDirect_find_horizons(CCTK_ARGUMENTS);
+// announce.cc
+// ... called from Cactus Scheduler
+extern "C"
+ void AHFinderDirect_announce(CCTK_ARGUMENTS);
+
// mask.cc
// ... called from Cactus Scheduler
extern "C"