From 37df73885b3ced6477215fd8cc2fa869c9b157c5 Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 25 Sep 2000 14:02:48 +0000 Subject: Removed file descriptor list from GH extensions, added advertised flags array. git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@18 eff87b29-5268-4891-90a3-a07138403961 --- src/IOJpeg.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/IOJpeg.h b/src/IOJpeg.h index 75355e2..920dc12 100644 --- a/src/IOJpeg.h +++ b/src/IOJpeg.h @@ -37,9 +37,8 @@ typedef struct IOJpegGH { /* geometry information (downsampling, zooming, etc.) */ IOJpegGeo_t **out_geo; - /* database for names of output files that were already created */ - pNamedData *fileList_2D; - + /* flags indicating file [slab][variable] is advertised */ + char *advertised[SLABSKEL_MAXDIM]; } IOJpegGH; -- cgit v1.2.3