From 33bf3c980dff3c1379effadaf709686bed65e370 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Tue, 10 Jun 2003 13:41:20 -0500 Subject: [svn-r7015] Purpose: Comment cleanup Description: Updated comments for recent changes. --- testpar/t_dset.c | 6 ++++-- 1 file 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" -- cgit v0.12