From 09f0e4406dfa35b612a90cde7dc61be026071096 Mon Sep 17 00:00:00 2001 From: jthorn Date: Mon, 13 Jun 2005 16:17:40 +0000 Subject: whitespace tweak git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1417 f88db872-0e4f-0410-b76b-b9085cfa78c5 --- interface.ccl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'interface.ccl') 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, \ -- cgit v1.2.3