From 786af723cf6a11453af82727d71b92990ea74664 Mon Sep 17 00:00:00 2001 From: tradke Date: Fri, 23 Apr 2004 23:41:36 +0000 Subject: IOJpeg doesn't need to inherit from Hyperslab anymore. Instead it REQUIRES the hyperslab functions to be provided. git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@96 eff87b29-5268-4891-90a3-a07138403961 --- interface.ccl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/interface.ccl b/interface.ccl index b16edf6..da0023b 100644 --- a/interface.ccl +++ b/interface.ccl @@ -2,7 +2,7 @@ # $Header$ implements: IOJpeg -inherits: IO, Hyperslab, jpeg6b +inherits: IO, jpeg6b USES INCLUDE HEADER: jconfig.h USES INCLUDE HEADER: jpeglib.h @@ -39,6 +39,6 @@ CCTK_INT FUNCTION \ CCTK_INT FUNCTION Hyperslab_FreeMapping (CCTK_INT IN mapping_handle) -USES FUNCTION Hyperslab_Get -USES FUNCTION Hyperslab_GlobalMappingByIndex -USES FUNCTION Hyperslab_FreeMapping +REQUIRES FUNCTION Hyperslab_Get +REQUIRES FUNCTION Hyperslab_GlobalMappingByIndex +REQUIRES FUNCTION Hyperslab_FreeMapping -- cgit v1.2.3