From 7020192e01e9b55a1ceede466e2118a3cb1e0f6f Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 4 Sep 2003 16:20:56 +0000 Subject: 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 --- configuration.ccl | 4 ++++ interface.ccl | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 configuration.ccl 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 -- cgit v1.2.3