aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorrhaas <rhaas@f88db872-0e4f-0410-b76b-b9085cfa78c5>2012-01-24 20:24:54 +0000
committerrhaas <rhaas@f88db872-0e4f-0410-b76b-b9085cfa78c5>2012-01-24 20:24:54 +0000
commit6610ba2a0fee45722ecf26f1cc04efbee667c832 (patch)
tree6fca62dd5facb9d4d5f171164edffebf48fbe44b /interface.ccl
parenta3a115cd402f70ae7e24ffbb0aed7c2f4d4e90b0 (diff)
support named spherical surfaces
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1562 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl7
1 files changed, 7 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index 5ca0d73..52724ac 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -138,3 +138,10 @@ CCTK_INT FUNCTION IO_TruncateOutputFiles \
USES FUNCTION IO_TruncateOutputFiles
################################################################################
+
+# translate SphericalSurface name into ID
+CCTK_INT \
+FUNCTION sf_IdFromName (CCTK_INT IN id, CCTK_POINTER_TO_CONST IN name)
+USES FUNCTION sf_IdFromName
+
+################################################################################