aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@eff87b29-5268-4891-90a3-a07138403961>2004-04-23 23:41:36 +0000
committertradke <tradke@eff87b29-5268-4891-90a3-a07138403961>2004-04-23 23:41:36 +0000
commit786af723cf6a11453af82727d71b92990ea74664 (patch)
tree809a2ab0e08013b79dfdd5f17077737949c420c5
parentf7e1480639f9a4eec4896d4244315e3b86b06a88 (diff)
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
-rw-r--r--interface.ccl8
1 files 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