summaryrefslogtreecommitdiffstats
path: root/hl/fortran/src
diff options
context:
space:
mode:
Diffstat (limited to 'hl/fortran/src')
-rw-r--r--hl/fortran/src/H5IMcc.c1
-rw-r--r--hl/fortran/src/H5IMcc.h7
2 files changed, 0 insertions, 8 deletions
diff --git a/hl/fortran/src/H5IMcc.c b/hl/fortran/src/H5IMcc.c
index e33edb1..492e8b8 100644
--- a/hl/fortran/src/H5IMcc.c
+++ b/hl/fortran/src/H5IMcc.c
@@ -63,7 +63,6 @@ herr_t H5IMmake_image_8bitf(hid_t loc_id,
/* initialize the image dimensions */
dims[0] = height;
dims[1] = width;
- dims[2] = 1;
/*-------------------------------------------------------------------------
* create and write the dataset
diff --git a/hl/fortran/src/H5IMcc.h b/hl/fortran/src/H5IMcc.h
index 6b06b66..9f70bac 100644
--- a/hl/fortran/src/H5IMcc.h
+++ b/hl/fortran/src/H5IMcc.h
@@ -24,13 +24,6 @@
extern "C" {
#endif
-#define IMAGE_CLASS "IMAGE"
-#define PALETTE_CLASS "PALETTE"
-#define IMAGE_VERSION "1.2"
-#define IMAGE8_RANK 3
-#define IMAGE24_RANK 3
-
-
herr_t H5IMmake_image_8bitf( hid_t loc_id,
const char *dset_name,