From 57cbdf7d691b6274be0a294956be69c513fe2d40 Mon Sep 17 00:00:00 2001 From: schnetter Date: Fri, 2 Apr 2004 07:28:40 +0000 Subject: Do not require Hyperslab any more. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5Util/trunk@111 7842ec3a-9562-4be5-9c5b-06ba18f2b668 --- configuration.ccl | 2 +- interface.ccl | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/configuration.ccl b/configuration.ccl index d4432a7..5644426 100644 --- a/configuration.ccl +++ b/configuration.ccl @@ -7,4 +7,4 @@ PROVIDES IOHDF5Util LANG } -REQUIRES PUGH IOUtil Hyperslab +REQUIRES PUGH IOUtil diff --git a/interface.ccl b/interface.ccl index 0915301..b485cd2 100644 --- a/interface.ccl +++ b/interface.ccl @@ -2,6 +2,9 @@ # $Header$ Implements: IOHDF5Util +# 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