aboutsummaryrefslogtreecommitdiff
path: root/configuration.ccl
diff options
context:
space:
mode:
authortradke <tradke@38c3d835-c875-442e-b0fe-21c19ce1d001>2004-04-24 14:48:17 +0000
committertradke <tradke@38c3d835-c875-442e-b0fe-21c19ce1d001>2004-04-24 14:48:17 +0000
commitacd994c227c4967aafcfa06b0a0778a17b58111c (patch)
tree56d5e6cc376a7bf57fff06cace9da729893f3ccd /configuration.ccl
parent46f63660a46bb7aa48722ff02ee490cc588456a9 (diff)
IOPanda doesn't need to inherit from Hyperslab anymore.
Instead it REQUIRES the hyperslab functions to be provided. In configuration.ccl, IOPanda now REQUIRES IOUtil rather than inheriting from IO. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@62 38c3d835-c875-442e-b0fe-21c19ce1d001
Diffstat (limited to 'configuration.ccl')
-rw-r--r--configuration.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/configuration.ccl b/configuration.ccl
index 7d10643..60dc23b 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -1,4 +1,4 @@
# Configuration definitions for thorn IOPanda
# $Header$
-REQUIRES PUGH FlexIO
+REQUIRES PUGH FlexIO IOUtil