From e15d4e4442b90a334d3cbb352664f373a2d2b23c Mon Sep 17 00:00:00 2001 From: schnetter Date: Fri, 2 Apr 2004 07:28:03 +0000 Subject: Do not require Hyperslab any more. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@164 94b1c47f-dcfd-45ef-a468-0854c0e9e350 --- configuration.ccl | 2 +- interface.ccl | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/configuration.ccl b/configuration.ccl index 048d03f..8ce39e7 100644 --- a/configuration.ccl +++ b/configuration.ccl @@ -1,4 +1,4 @@ # Configuration definition for thorn IOASCII # $Header$ -REQUIRES IOUtil Hyperslab +REQUIRES IOUtil diff --git a/interface.ccl b/interface.ccl index fa4857d..75a16fc 100644 --- a/interface.ccl +++ b/interface.ccl @@ -2,6 +2,9 @@ # $Header$ implements: IOASCII +# Do not inherit from Hyperslab, because this would force all thorns +# that implement IOHDF5Util to also inherit from it. +#inherits: Hyperslab CCTK_INT FUNCTION \ -- cgit v1.2.3