aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
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 /interface.ccl
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 'interface.ccl')
-rw-r--r--interface.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index 8f8055d..0ac8643 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -7,4 +7,10 @@ inherits: Grid ADMBase StaticConformal SpaceMask IO always
# include file provided by SpaceMask
USES INCLUDE: SpaceMask.h
+# aliased function maybe provided by DriftCorrect
+SUBROUTINE SetDriftCorrectPosition(CCTK_POINTER IN GH, CCTK_REAL IN x, \
+ CCTK_REAL IN y, \
+ CCTK_REAL IN z)
+USES FUNCTION SetDriftCorrectPosition
+
################################################################################