[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:
Quincey Koziol 2007-01-22 18:08:19 -05:00
parent af394eaa76
commit ae4d8d9319

View File

@ -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;