summaryrefslogtreecommitdiffstats
path: root/testpar/t_dset.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-06-10 18:41:20 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-06-10 18:41:20 (GMT)
commit33bf3c980dff3c1379effadaf709686bed65e370 (patch)
tree8655a551c766e14693809db725e8cb88ed6c179f /testpar/t_dset.c
parentca33a5498c018d1311f83e6446f47610f00f35b0 (diff)
downloadhdf5-33bf3c980dff3c1379effadaf709686bed65e370.zip
hdf5-33bf3c980dff3c1379effadaf709686bed65e370.tar.gz
hdf5-33bf3c980dff3c1379effadaf709686bed65e370.tar.bz2
[svn-r7015] Purpose:
Comment cleanup Description: Updated comments for recent changes.
Diffstat (limited to 'testpar/t_dset.c')
-rw-r--r--testpar/t_dset.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/testpar/t_dset.c b/testpar/t_dset.c
index 248272a..3c48a20 100644
--- a/testpar/t_dset.c
+++ b/testpar/t_dset.c
@@ -21,10 +21,12 @@
/*
* Example of using the parallel HDF5 library to access datasets.
*
- * This program contains two major parts. Part 1 tests fixed dimension
+ * This program contains three major parts. Part 1 tests fixed dimension
* datasets, for both independent and collective transfer modes.
* Part 2 tests extendible datasets, for independent transfer mode
- * only. Collective mode for extendible datasets are not supported yet.
+ * only.
+ * Part 3 tests extendible datasets, for collective transfer mode
+ * only.
*/
#include "testphdf5.h"