mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-11 16:01:00 +08:00
[svn-r13174] Description:
Comment out adding "old" fill values to "new" fill values until we can figure out why the tests fail on 64-bit machines. Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
This commit is contained in:
parent
af394eaa76
commit
ae4d8d9319
@ -234,7 +234,9 @@ H5SM_type_to_flag(unsigned type_id, unsigned *type_flag)
|
||||
case H5O_DTYPE_ID:
|
||||
*type_flag = H5O_MESG_DTYPE_FLAG;
|
||||
break;
|
||||
#ifdef NOT_YET
|
||||
case H5O_FILL_ID:
|
||||
#endif /* NOT_YET */
|
||||
case H5O_FILL_NEW_ID:
|
||||
*type_flag = H5O_MESG_FILL_FLAG;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user