diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2011-11-02 19:01:29 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2011-11-02 19:01:29 (GMT) |
commit | da5df200f89870af550ac04dddbcfde865749946 (patch) | |
tree | 18627fa966289ac1710ec00b635237057781c9d7 /vms/tools | |
parent | aa76c036c3ab0c0a04cb620943fd4b42c8a09d59 (diff) | |
download | hdf5-da5df200f89870af550ac04dddbcfde865749946.zip hdf5-da5df200f89870af550ac04dddbcfde865749946.tar.gz hdf5-da5df200f89870af550ac04dddbcfde865749946.tar.bz2 |
[svn-r21703] I corrected a capital option with a quotation.
Not tested yet.
Diffstat (limited to 'vms/tools')
-rw-r--r-- | vms/tools/h5dump/check_h5dump.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/tools/h5dump/check_h5dump.com b/vms/tools/h5dump/check_h5dump.com index 0646074..e6c81ee 100644 --- a/vms/tools/h5dump/check_h5dump.com +++ b/vms/tools/h5dump/check_h5dump.com @@ -206,7 +206,7 @@ $ $ ! Exceed the dimensions for subsetting $ CALL TOOLTEST texceedsubstart.ddl "-d 1d -s 1,3 taindices.h5" $ CALL TOOLTEST texceedsubcount.ddl "-d 1d -c 1,3 taindices.h5" -$ CALL TOOLTEST texceedsubstride.ddl "-d 1d -S 1,3 taindices.h5" +$ CALL TOOLTEST texceedsubstride.ddl "-d 1d -"""S""" 1,3 taindices.h5" $ CALL TOOLTEST texceedsubblock.ddl "-d 1d -k 1,3 taindices.h5" $ ! User defined |