aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@7842ec3a-9562-4be5-9c5b-06ba18f2b668>2004-04-23 23:41:25 +0000
committertradke <tradke@7842ec3a-9562-4be5-9c5b-06ba18f2b668>2004-04-23 23:41:25 +0000
commitd424fca7aecba00d34e37c6b20349f51c953d525 (patch)
tree339f13523ca84d5fb987c0c91f448c973af4f48c
parentbffce1956a61c28cc58a9cc7dd8fdd3eb0e1fa7d (diff)
IOHDF5Util doesn't need to inherit from Hyperslab anymore.
Instead it REQUIRES the hyperslab functions to be provided. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5Util/trunk@113 7842ec3a-9562-4be5-9c5b-06ba18f2b668
-rw-r--r--interface.ccl9
1 files changed, 3 insertions, 6 deletions
diff --git a/interface.ccl b/interface.ccl
index b485cd2..ffb3dba 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -2,9 +2,6 @@
# $Header$
Implements: IOHDF5Util
-# Do not inherit from Hyperslab, because this would force all thorns
-# that implement IOHDF5Util to also inherit from it.
-#Inherits: Hyperslab
CCTK_INT FUNCTION \
@@ -39,6 +36,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