aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2005-06-13 16:17:40 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2005-06-13 16:17:40 +0000
commit09f0e4406dfa35b612a90cde7dc61be026071096 (patch)
tree6f4c78afaa86ffc515ada737d46d36f04f483427 /interface.ccl
parent6b09b9c65c89839f28c4dec1242f732e2fd4510a (diff)
whitespace tweak
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1417 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 9ca619d..6546fd4 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -26,19 +26,24 @@ USES FUNCTION SetDriftCorrectPosition
########################################
+#
# This function returns the local coordinate origin for a given horizon.
+#
CCTK_INT FUNCTION HorizonLocalCoordinateOrigin \
(CCTK_INT IN horizon_number, \
CCTK_REAL OUT origin_x, CCTK_REAL OUT origin_y, CCTK_REAL OUT origin_z)
+#
# The following function queries whether or not the specified horizon
# was found the most recent time AHFinderDirect searched for it.
# The return value is:
# 1 if the horizon was found
# 0 if the horizon was not found
# negative for an error
+#
CCTK_INT FUNCTION HorizonWasFound(CCTK_INT IN horizon_number)
+#
# The following function computes the horizon radius in the
# direction of each (x,y,z) point, or -1.0 if this horizon wasn't found
# the most recent time AHFinderDirect searched for it. More precisely,
@@ -47,6 +52,7 @@ CCTK_INT FUNCTION HorizonWasFound(CCTK_INT IN horizon_number)
# between the local coordinate origin and this ray's intersection with
# the horizon, or -1.0 if this horizon wasn't found the most recent time
# AHFinderDirect searched for it.
+#
CCTK_INT FUNCTION HorizonRadiusInDirection \
(CCTK_INT IN horizon_number, \
CCTK_INT IN N_points, \