hdf5/vms/tools/h5dump
Elena Pourmal f23ed40cae [svn-r12448] Purpose: Bug fixes/maintenance
Description: Some "" were missing causing incorrect results in passing an argument
             string.

Solution: Added missing ""

Platforms tested: VMS server.

                  There are still problems with the tests that have
                  "string" as an argument, for example:
                   -d "/g1/g1.1/dset1.1.2[0;2;10]" tall.h5

                  On VMS "g1" and "dset" are translated in upper case causing h5dump
                  to fail. After figuring out the correct amount of " for VMS I encountered
                  another problem: corresponding DDL file does not have "" around
                  /g1/g1.1/dset1.1.2..... and therefore VMS diff fails.
                  Question: Since command to h5dump is
                  h5dump -d "/g1/g1.1/dset1.1.2[0;2;10]" tall.h5, why the second line in the
                  tall-5s.ddl has
                  h5dump -d /g1/g1.1/dset1.1.2[0;2;10] tall.h5? If one types the command
                  without "", it fails on UNIX.



Misc. update:
2006-06-30 17:24:40 -05:00
..
check_h5dump.com [svn-r12448] Purpose: Bug fixes/maintenance 2006-06-30 17:24:40 -05:00
check.com
make.com [svn-r12346] Purpose: new feature/maintenance 2006-05-12 16:32:59 -05:00