diff options
Diffstat (limited to 'vms')
-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 |