aboutsummaryrefslogtreecommitdiff
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
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
-rw-r--r--configuration.ccl4
-rw-r--r--interface.ccl5
2 files changed, 7 insertions, 2 deletions
diff --git a/configuration.ccl b/configuration.ccl
new file mode 100644
index 0000000..8a55833
--- /dev/null
+++ b/configuration.ccl
@@ -0,0 +1,4 @@
+# Configuration definitions for thorn IOHDF5Util
+# $Header$
+
+Requires Thorns: PUGH
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, \