diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-12-13 19:55:42 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-12-13 19:55:42 (GMT) |
commit | 8a5f6de9900a8844314189649d62e1ca56da05b3 (patch) | |
tree | 76856442086427c836ce7d49a94b779bbea2b832 /hl/fortran/src/H5IMcc.c | |
parent | 9ebdc0bf08a63227ab31e6f82793e8acd189806f (diff) | |
download | hdf5-8a5f6de9900a8844314189649d62e1ca56da05b3.zip hdf5-8a5f6de9900a8844314189649d62e1ca56da05b3.tar.gz hdf5-8a5f6de9900a8844314189649d62e1ca56da05b3.tar.bz2 |
[svn-r14342] change the implementation of H5IMmake_image_8bit to use a 2D dataset
tested: windows, linux solaris w/fortran
Diffstat (limited to 'hl/fortran/src/H5IMcc.c')
-rw-r--r-- | hl/fortran/src/H5IMcc.c | 1 |
1 files changed, 0 insertions, 1 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 |