diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2009-07-14 21:39:45 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2009-07-14 21:39:45 (GMT) |
commit | d678c5b59613cd6a2d61c914813c2589a84ccfb1 (patch) | |
tree | 652a2215fd3d67d6992e063f7f9ba76b34c8d7e1 /vms | |
parent | b9b20ad8f4dbcf870b049d86346c821bd74eb7ac (diff) | |
download | hdf5-d678c5b59613cd6a2d61c914813c2589a84ccfb1.zip hdf5-d678c5b59613cd6a2d61c914813c2589a84ccfb1.tar.gz hdf5-d678c5b59613cd6a2d61c914813c2589a84ccfb1.tar.bz2 |
[svn-r17185] Fixed a typo.
Not tested yet.
Diffstat (limited to 'vms')
-rw-r--r-- | vms/tools/h5import/check_h5import.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/tools/h5import/check_h5import.com b/vms/tools/h5import/check_h5import.com index 388b424..fe5b323 100644 --- a/vms/tools/h5import/check_h5import.com +++ b/vms/tools/h5import/check_h5import.com @@ -72,7 +72,7 @@ $ CALL TOOLTEST "fp1.txt -c textfp32.conf -o" test6.h5 $ ! $ type sys$input Testing ASCII F64 - rank 3 - Output BE + CHUNKED+Extended+Compressed -$ CALL TOOLTEST "fp2.txt -c textfp64.conf -o" tes7.h5 +$ CALL TOOLTEST "fp2.txt -c textfp64.conf -o" test7.h5 $ ! $ type sys$input Testing ASCII F64 - rank 1 - INPUT-CLASS TEXTFPE |