aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2003-09-04 16:20:56 +0000
committertradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2003-09-04 16:20:56 +0000
commit7020192e01e9b55a1ceede466e2118a3cb1e0f6f (patch)
tree4ad87cf58215b74c523814fa990f89c49f274be5
parent9c499519db67a537fd14711171e4b592c38c192c (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/IOStreamedHDF5/trunk@98 0888f3d4-9f52-45d2-93bc-d00801ff5e46
-rw-r--r--configuration.ccl4
-rw-r--r--interface.ccl4
2 files changed, 6 insertions, 2 deletions
diff --git a/configuration.ccl b/configuration.ccl
new file mode 100644
index 0000000..e95ba4e
--- /dev/null
+++ b/configuration.ccl
@@ -0,0 +1,4 @@
+# Configuration definitions for thorn IOStreamedHDF5
+# $Header$
+
+Requires Thorns: IOHDF5Util Socket
diff --git a/interface.ccl b/interface.ccl
index 6b1bd28..627bc5e 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -1,7 +1,7 @@
# Interface definition for thorn IOStreamedHDF5
# $Header$
-implements: IOStreamedHDF5
-inherits: IOHDF5Util, Socket
+Implements: IOStreamedHDF5
+
USES INCLUDE HEADER: SocketUtils.h