summaryrefslogtreecommitdiffstats
path: root/src/H5D.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1998-10-20 21:38:54 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1998-10-20 21:38:54 (GMT)
commitef231947b38239f529cd5b368977af60dca5399e (patch)
tree8424c17f11eaff5d0619d09f2847e0abee5eaa6b /src/H5D.c
parentcd4af9da246ec1d8b993194b9091be4427422d05 (diff)
downloadhdf5-ef231947b38239f529cd5b368977af60dca5399e.zip
hdf5-ef231947b38239f529cd5b368977af60dca5399e.tar.gz
hdf5-ef231947b38239f529cd5b368977af60dca5399e.tar.bz2
[svn-r767] Commented out printfs.
Diffstat (limited to 'src/H5D.c')
-rw-r--r--src/H5D.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5D.c b/src/H5D.c
index e24fe4f..56b8afb 100644
--- a/src/H5D.c
+++ b/src/H5D.c
@@ -1865,7 +1865,9 @@ H5D_write(H5D_t *dataset, const H5T_t *mem_type, const H5S_t *mem_space,
"unable to register types for conversion");
}
}
+#ifdef QAK
printf("%s: after H5T_find, tconv_func=%p\n",FUNC,tconv_func);
+#endif /* QAK */
if (NULL==(sconv=H5S_find(mem_space, file_space))) {
HGOTO_ERROR (H5E_DATASET, H5E_UNSUPPORTED, FAIL,
"unable to convert from memory to file data space");