diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2009-07-23 15:53:48 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2009-07-23 15:53:48 (GMT) |
commit | 3a8bce5cb845685b9cfb7267ad6addc155dea567 (patch) | |
tree | ae6d7970a49da7b8e4ac4ccef12acfc5428518eb /vms/tools | |
parent | 27225238c8a57fba0ab12af5ed43ab38a6e5310c (diff) | |
download | hdf5-3a8bce5cb845685b9cfb7267ad6addc155dea567.zip hdf5-3a8bce5cb845685b9cfb7267ad6addc155dea567.tar.gz hdf5-3a8bce5cb845685b9cfb7267ad6addc155dea567.tar.bz2 |
[svn-r17227] Corrected some file names.
Tested on vms.
Diffstat (limited to 'vms/tools')
-rw-r--r-- | vms/tools/h5import/check_h5import.com | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vms/tools/h5import/check_h5import.com b/vms/tools/h5import/check_h5import.com index f25b297..96c2d07 100644 --- a/vms/tools/h5import/check_h5import.com +++ b/vms/tools/h5import/check_h5import.com @@ -64,7 +64,7 @@ $ CALL TOOLTEST "txtuin32.txt -c txtuin32.conf -o" txtuin32.h5 $ ! $ type sys$input Testing ASCII UI16 - rank 2 - Output LE+Chunked+Compressed -$ CALL TOOLTEST "txtuin32.txt -c txtuin16.conf -o" txtuin32.h5 +$ CALL TOOLTEST "txtuin32.txt -c txtuin16.conf -o" txtuin16.h5 $ ! $ type sys$input Testing ASCII F32 - rank 3 - Output LE @@ -115,8 +115,8 @@ $ $ ! Delete temporary files $ del *_out.h5;* $ del *.h5importtxt;* -$ del b*.;* -$ del txti*.;* +$ del b*.h5;* +$ del txti*.h5;* $ del *.dif;* $ ! $ |