diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-10-26 03:47:10 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-10-26 03:47:10 (GMT) |
commit | c07ff78058eae9daeac192b77ede730bce51d252 (patch) | |
tree | a3dfbb2015d486365eb4f89244a229dd1eea3cab /examples | |
parent | 3f568b87d65733acd23b3e12070a6bc0d0f00629 (diff) | |
download | hdf5-c07ff78058eae9daeac192b77ede730bce51d252.zip hdf5-c07ff78058eae9daeac192b77ede730bce51d252.tar.gz hdf5-c07ff78058eae9daeac192b77ede730bce51d252.tar.bz2 |
[svn-r28214] Merge of r28075, 28086, 28115, 28151 from trunk.
Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2
serial and parallel (MPICH 3.1.4)
Diffstat (limited to 'examples')
-rw-r--r-- | examples/h5_vds-simpleIO.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/h5_vds-simpleIO.c b/examples/h5_vds-simpleIO.c index b707ae4..6b12dc2 100644 --- a/examples/h5_vds-simpleIO.c +++ b/examples/h5_vds-simpleIO.c @@ -3,7 +3,7 @@ This example illustrates the concept of virtual dataset I/O The program creates 2-dim source dataset and writes data to it. Then it creates 2-dim virtual dataset that has - the same dimesnion sizes and maps the all elements of the + the same dimension sizes and maps the all elements of the virtual dataset to all elements of the source dataset. Then VDS is read back. |