diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-02-18 16:45:03 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-02-18 16:45:03 (GMT) |
commit | 69d4bda97c4f3b6f855da1146fae1b9e61175c6a (patch) | |
tree | a4f46906982018e49429017d0b99ce28f91a04a3 | |
parent | a75fd4c9600e3b36ceb67832d50e32ba277c5728 (diff) | |
download | hdf5-69d4bda97c4f3b6f855da1146fae1b9e61175c6a.zip hdf5-69d4bda97c4f3b6f855da1146fae1b9e61175c6a.tar.gz hdf5-69d4bda97c4f3b6f855da1146fae1b9e61175c6a.tar.bz2 |
[svn-r26206] Reverting change r26204
-rw-r--r-- | src/H5Tconv.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/H5Tconv.c b/src/H5Tconv.c index 9dd2cac..58b0b46 100644 --- a/src/H5Tconv.c +++ b/src/H5Tconv.c @@ -3410,7 +3410,6 @@ H5T__conv_array(hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, FUNC_ENTER_PACKAGE - printf("conv_array\n"); switch (cdata->command) { case H5T_CONV_INIT: /* @@ -3580,8 +3579,6 @@ H5T__conv_i_i(hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, FUNC_ENTER_PACKAGE - printf("**H5T__conv_i_i\n"); - switch(cdata->command) { case H5T_CONV_INIT: if(NULL == (src = (H5T_t *)H5I_object(src_id)) || NULL == (dst = (H5T_t *)H5I_object(dst_id))) @@ -3618,7 +3615,6 @@ H5T__conv_i_i(hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, olap = (size_t)olap_d; sp = dp = (uint8_t*)buf; - printf("sp %d\n", *sp); direction = 1; } else { double olap_d = HDceil((double)(src->shared->size)/ |