summaryrefslogtreecommitdiffstats
path: root/src/H5C.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-10-28 03:07:00 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-10-28 03:07:00 (GMT)
commitd101a1d4d12a4b5901701c8ed7ff37bd8b20d9e2 (patch)
treeea391b19bf8de9d0f2b02aa44cb680ca75033fdd /src/H5C.c
parent7c0a039a0cccc20ec0a31c658fd8d6e4deae2482 (diff)
downloadhdf5-d101a1d4d12a4b5901701c8ed7ff37bd8b20d9e2.zip
hdf5-d101a1d4d12a4b5901701c8ed7ff37bd8b20d9e2.tar.gz
hdf5-d101a1d4d12a4b5901701c8ed7ff37bd8b20d9e2.tar.bz2
[svn-r9478] Purpose:
Bug fix Description: Correct reference to FPHDF5 macro - FPHDF5 is not supported in the 1.6 branch. Platforms tested: None, just eyeballed (very trivial).
Diffstat (limited to 'src/H5C.c')
-rw-r--r--src/H5C.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5C.c b/src/H5C.c
index f7f58cb..fe821b2 100644
--- a/src/H5C.c
+++ b/src/H5C.c
@@ -3807,7 +3807,7 @@ H5C_flush_single_entry(H5F_t * f,
}
/* Sanity check transfer mode */
- HDassert( xfer_mode == H5FD_MPIO_COLLECTIVE || IS_H5FD_FPHDF5(f) );
+ HDassert( xfer_mode == H5FD_MPIO_COLLECTIVE );
}
#endif /* NDEBUG */