aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2003-09-04 16:20:56 +0000
committertradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2003-09-04 16:20:56 +0000
commita569dcc07f61b7463655021a3b2968a83d0b193f (patch)
treee096ff9504a6ef8084ddb55dd34882a148f97f30
parentd46212c6429b21ca25173ada69097a3724891b3c (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/IOFlexIO/trunk@289 ebee0441-1374-4afa-a3b5-247f3ba15b9a
-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..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, \