summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2002-04-09 16:06:15 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2002-04-09 16:06:15 (GMT)
commit41fda810441fd78baf39275574b8104b68905a7e (patch)
tree795c7c6ffc935deaf99bbcc005c579ca7108318e
parent1ffe083f61eacb68e0a91e46d6a6377813849d5a (diff)
downloadhdf5-41fda810441fd78baf39275574b8104b68905a7e.zip
hdf5-41fda810441fd78baf39275574b8104b68905a7e.tar.gz
hdf5-41fda810441fd78baf39275574b8104b68905a7e.tar.bz2
[svn-r5153]
Purpose: Modified all.zip file to include a windows project for set_extend
-rw-r--r--src/H5D.c1
-rwxr-xr-xwindows/all.zipbin309853 -> 311461 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/src/H5D.c b/src/H5D.c
index 6345862..dc591ba 100644
--- a/src/H5D.c
+++ b/src/H5D.c
@@ -3634,6 +3634,7 @@ H5Dfill(const void *fill, hid_t fill_type_id, void *buf, hid_t buf_type_id, hid_
herr_t ret_value=SUCCEED; /* Return value */
FUNC_ENTER (H5Dfill, FAIL);
+ H5TRACE5("e","xixii",fill,fill_type_id,buf,buf_type_id,space_id);
/* Check args */
if (fill==NULL)
diff --git a/windows/all.zip b/windows/all.zip
index e79fa60..fe1e765 100755
--- a/windows/all.zip
+++ b/windows/all.zip
Binary files differ