aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl7
1 files changed, 3 insertions, 4 deletions
diff --git a/interface.ccl b/interface.ccl
index 9c1c735..7754bd3 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -2,7 +2,6 @@
# $Header$
Implements: IOPanda
-Inherits: IO Hyperslab
CCTK_INT FUNCTION \
@@ -38,6 +37,6 @@ CCTK_INT FUNCTION \
CCTK_INT FUNCTION Hyperslab_FreeMapping (CCTK_INT IN mapping_handle)
-USES FUNCTION Hyperslab_Get
-USES FUNCTION Hyperslab_LocalMappingByIndex
-USES FUNCTION Hyperslab_FreeMapping
+REQUIRES FUNCTION Hyperslab_Get
+REQUIRES FUNCTION Hyperslab_LocalMappingByIndex
+REQUIRES FUNCTION Hyperslab_FreeMapping