summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.c
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2006-02-17 20:55:20 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2006-02-17 20:55:20 (GMT)
commitcaefcc21330c0c23b4d1dfb9c9cc7916a7b9b835 (patch)
tree7699d9e17285a2775911036748fc1ae77305f38d /testpar/testphdf5.c
parent4336ee7bf3ebc55e3187b1c5c23c1fde5e7e986e (diff)
downloadhdf5-caefcc21330c0c23b4d1dfb9c9cc7916a7b9b835.zip
hdf5-caefcc21330c0c23b4d1dfb9c9cc7916a7b9b835.tar.gz
hdf5-caefcc21330c0c23b4d1dfb9c9cc7916a7b9b835.tar.bz2
[svn-r11953] Purpose:
code cleanup Description: remove two printf lines accidently added for debugging at NCSA cobalt. Solution: Platforms tested: No need to test. Misc. update:
Diffstat (limited to 'testpar/testphdf5.c')
-rw-r--r--testpar/testphdf5.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c
index dba93aa..a65ef6d 100644
--- a/testpar/testphdf5.c
+++ b/testpar/testphdf5.c
@@ -323,8 +323,6 @@ h5_mpi_get_file_size(const char *filename, MPI_Comm comm, MPI_Info info)
size=0;
done:
- printf("size in llu = %llu\n",size);
- printf("size in lld = %lld\n",size);
return(size);
}