aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authortradke <tradke@7842ec3a-9562-4be5-9c5b-06ba18f2b668>2003-09-04 16:20:56 +0000
committertradke <tradke@7842ec3a-9562-4be5-9c5b-06ba18f2b668>2003-09-04 16:20:56 +0000
commit0aac6544f29d09ada62bc67e365d4fbb59f140e1 (patch)
tree015619fbba58bf47729ddea7ea326e501807759f /interface.ccl
parentf349091ca4d1a33203d4fa6c0e3a97ae254e65e8 (diff)
PUGHIO* thorns now require the thorns they depend upon (PUGH, IOHDF5Util,
FlexIO) to be compiled in and activated. No need to inherit from them anymore. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5Util/trunk@96 7842ec3a-9562-4be5-9c5b-06ba18f2b668
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl5
1 files changed, 3 insertions, 2 deletions
diff --git a/interface.ccl b/interface.ccl
index c305075..54e6324 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -1,8 +1,9 @@
# Interface definition for thorn IOHDF5Util
# $Header$
-implements: IOHDF5Util
-inherits: IO, Hyperslab
+Implements: IOHDF5Util
+Inherits: IO Hyperslab
+
CCTK_INT FUNCTION \
Hyperslab_Get (CCTK_POINTER IN cctkGH, \