aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authortradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2004-05-09 15:50:27 +0000
committertradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2004-05-09 15:50:27 +0000
commit43ab51690c928f935a44da4f6460a55fe4fc3bb1 (patch)
treef439649d854c6162150baf019dc7def53bb60d08 /interface.ccl
parentdd0c56d782f2442d7be5b2195cce0395660c8fb5 (diff)
Call aliased function Coord_GetDefaultSystem() to get the default coordinate
system for setting up 1D line and 2D slice centers. This closes PR IO/1681: "IOUtil still uses the old CCTK_Coord functions rather than the CoordBase functions". git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@204 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl10
1 files changed, 10 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index b2f16ad..40f0d99 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -1,3 +1,13 @@
# Interface definitions for thorn IOUtil
+# $Header$
implements: IO
+
+
+# aliased functions required from Coordinate base thorn
+
+CCTK_INT FUNCTION Coord_GetDefaultSystem \
+ (CCTK_POINTER_TO_CONST IN GH, \
+ CCTK_INT IN systemdim)
+
+REQUIRES FUNCTION Coord_GetDefaultSystem