aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authortradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2006-10-04 14:44:53 +0000
committertradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2006-10-04 14:44:53 +0000
commit26630e62ebef2152ad01721979cbb82887390a7b (patch)
treed60e007b36261b762020c0d0342aa7c6549d843b /interface.ccl
parent6593d63390bf4493aac9bbd1f530a152b71d567c (diff)
Make only optional use of aliased function Coord_GetDefaultSystem().
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@249 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface.ccl b/interface.ccl
index 8ffef18..0fe09ba 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -10,7 +10,7 @@ CCTK_INT FUNCTION Coord_GetDefaultSystem \
(CCTK_POINTER_TO_CONST IN GH, \
CCTK_INT IN systemdim)
-REQUIRES FUNCTION Coord_GetDefaultSystem
+USES FUNCTION Coord_GetDefaultSystem
CCTK_INT FUNCTION IO_TruncateOutputFiles \