aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2003-09-04 16:20:56 +0000
committertradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2003-09-04 16:20:56 +0000
commit77d10203c5f9199ec2f559d71683d475e72c3c8a (patch)
tree6f3944f640f16b79d1ca2dfd0edd3dce9aedc51a
parent76c07c488a8f1670308db342b146b18018a4c6a0 (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/IOHDF5/trunk@174 4825ed28-b72c-4eae-9704-e50c059e567d
-rw-r--r--configuration.ccl4
-rw-r--r--interface.ccl3
2 files changed, 5 insertions, 2 deletions
diff --git a/configuration.ccl b/configuration.ccl
new file mode 100644
index 0000000..059e4d3
--- /dev/null
+++ b/configuration.ccl
@@ -0,0 +1,4 @@
+# Configuration definitions for thorn IOHDF5
+# $Header$
+
+Requires Thorns: IOHDF5Util
diff --git a/interface.ccl b/interface.ccl
index de9a162..9211a27 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -1,5 +1,4 @@
# Interface definition for thorn IOHDF5
# $Header$
-implements: IOHDF5
-inherits: IOHDF5Util
+Implements: IOHDF5