[svn-r14342] change the implementation of H5IMmake_image_8bit to use a 2D dataset
tested: windows, linux solaris w/fortran
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user