aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@eff87b29-5268-4891-90a3-a07138403961>2000-09-25 14:02:48 +0000
committertradke <tradke@eff87b29-5268-4891-90a3-a07138403961>2000-09-25 14:02:48 +0000
commit37df73885b3ced6477215fd8cc2fa869c9b157c5 (patch)
tree298ba209dcd3cd1839e8f0eeb0c880425739f328
parent92bc679d27068ac20b11c79379e20be0a0d37ffe (diff)
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
-rw-r--r--src/IOJpeg.h5
1 files changed, 2 insertions, 3 deletions
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;