summaryrefslogtreecommitdiffstats
path: root/testpar/t_span_tree.c
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2005-08-02 04:33:19 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2005-08-02 04:33:19 (GMT)
commit1dd12bd1a70ef9b78a952584cf82949530be7a43 (patch)
treecf95a6a0423519976ef2cfe592a02c1cc62b17bc /testpar/t_span_tree.c
parent53f7edfbc4ca70f5098f6e9ca586740ff9f29c2c (diff)
downloadhdf5-1dd12bd1a70ef9b78a952584cf82949530be7a43.zip
hdf5-1dd12bd1a70ef9b78a952584cf82949530be7a43.tar.gz
hdf5-1dd12bd1a70ef9b78a952584cf82949530be7a43.tar.bz2
[svn-r11181] Purpose:
removed a debug print statment. Platforms tested: heping (pp)
Diffstat (limited to 'testpar/t_span_tree.c')
-rw-r--r--testpar/t_span_tree.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/testpar/t_span_tree.c b/testpar/t_span_tree.c
index dce78e9..55afa13 100644
--- a/testpar/t_span_tree.c
+++ b/testpar/t_span_tree.c
@@ -253,7 +253,6 @@ void coll_write_test(int chunk_factor)
*/
vector[0] = vector[MSPACE1_DIM - 1] = -1;
for (i = 1; i < MSPACE1_DIM - 1; i++) vector[i] = i;
- printf("sizeof(int) %d\n",sizeof(int));
#if 0
acc_plist = H5Pcreate(H5P_FILE_ACCESS);