aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@94b1c47f-dcfd-45ef-a468-0854c0e9e350>2004-04-23 23:35:15 +0000
committertradke <tradke@94b1c47f-dcfd-45ef-a468-0854c0e9e350>2004-04-23 23:35:15 +0000
commit074ee8e2099a57e165bffa4601c4578708b850b6 (patch)
tree1b4a069067f0f345e57179177c3bd83cc2d6b8a4
parente15d4e4442b90a334d3cbb352664f373a2d2b23c (diff)
REQUIRE hyperslab functions to be provided.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@165 94b1c47f-dcfd-45ef-a468-0854c0e9e350
-rw-r--r--interface.ccl9
1 files changed, 3 insertions, 6 deletions
diff --git a/interface.ccl b/interface.ccl
index 75a16fc..2cf2f2a 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -2,9 +2,6 @@
# $Header$
implements: IOASCII
-# Do not inherit from Hyperslab, because this would force all thorns
-# that implement IOHDF5Util to also inherit from it.
-#inherits: Hyperslab
CCTK_INT FUNCTION \
@@ -40,6 +37,6 @@ CCTK_INT FUNCTION \
CCTK_INT FUNCTION Hyperslab_FreeMapping (CCTK_INT IN mapping_handle)
-USES FUNCTION Hyperslab_GetList
-USES FUNCTION Hyperslab_GlobalMappingByIndex
-USES FUNCTION Hyperslab_FreeMapping
+REQUIRES FUNCTION Hyperslab_GetList
+REQUIRES FUNCTION Hyperslab_GlobalMappingByIndex
+REQUIRES FUNCTION Hyperslab_FreeMapping