diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-01-22 23:08:19 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-01-22 23:08:19 (GMT) |
commit | ae4d8d9319b06f09e66b311a0358b7bf9227ec2e (patch) | |
tree | d08aa99bf56c30e8773121e1a9930794a30a5fba /src/H5SM.c | |
parent | af394eaa76b0a6b51b35b31137e64a6c6023b210 (diff) | |
download | hdf5-ae4d8d9319b06f09e66b311a0358b7bf9227ec2e.zip hdf5-ae4d8d9319b06f09e66b311a0358b7bf9227ec2e.tar.gz hdf5-ae4d8d9319b06f09e66b311a0358b7bf9227ec2e.tar.bz2 |
[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)
Diffstat (limited to 'src/H5SM.c')
-rwxr-xr-x | src/H5SM.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |