From a569dcc07f61b7463655021a3b2968a83d0b193f 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/IOFlexIO/trunk@289 ebee0441-1374-4afa-a3b5-247f3ba15b9a --- configuration.ccl | 4 ++++ interface.ccl | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 configuration.ccl diff --git a/configuration.ccl b/configuration.ccl new file mode 100644 index 0000000..cd59a38 --- /dev/null +++ b/configuration.ccl @@ -0,0 +1,4 @@ +# Configuration definitions for thorn PUGHReduce +# $Header$ + +Requires Thorns: PUGH FlexIO diff --git a/interface.ccl b/interface.ccl index 33788de..0be9892 100644 --- a/interface.ccl +++ b/interface.ccl @@ -1,7 +1,8 @@ # Interface definition for thorn IOFlexIO -implements: IOFlexIO -inherits: IO Hyperslab FlexIO +Implements: IOFlexIO +Inherits: IO Hyperslab + CCTK_INT FUNCTION \ Hyperslab_Get (CCTK_POINTER IN cctkGH, \ -- cgit v1.2.3