diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2006-04-18 03:03:25 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2006-04-18 03:03:25 (GMT) |
commit | 6125645ed18b826f79d0e7726034aa00a3ca80a9 (patch) | |
tree | a86cdb137129ece38a08daafbb25a4a594e845a2 /vms | |
parent | d904630fe6aa038601e33800c6d80b1978d1c55b (diff) | |
download | hdf5-6125645ed18b826f79d0e7726034aa00a3ca80a9.zip hdf5-6125645ed18b826f79d0e7726034aa00a3ca80a9.tar.gz hdf5-6125645ed18b826f79d0e7726034aa00a3ca80a9.tar.bz2 |
[svn-r12274] Purpose: Maintenance/bug fixes
Description: Several small typos were discovered during today's testing
by Raymond
Solution: Fixed
Platforms tested: VMS server
Misc. update:
Diffstat (limited to 'vms')
-rw-r--r-- | vms/c++/src/make.com | 2 | ||||
-rw-r--r-- | vms/fortran/test/check.com | 4 | ||||
-rw-r--r-- | vms/fortran/test/make.com | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/vms/c++/src/make.com b/vms/c++/src/make.com index 5008d00..aa8ae21 100644 --- a/vms/c++/src/make.com +++ b/vms/c++/src/make.com @@ -76,6 +76,6 @@ $ ccc H5File.cxx $ lib/insert/object hdf5_cplus H5File $! $ type sys$input -$ Done + Done $ exit diff --git a/vms/fortran/test/check.com b/vms/fortran/test/check.com index b0e1026..51e7c6e 100644 --- a/vms/fortran/test/check.com +++ b/vms/fortran/test/check.com @@ -19,6 +19,6 @@ $! $ type sys$input Running Fortran tests $ run fortranlib_test -$ run flush1 -$ run flush2 +$ run fflush1 +$ run fflush2 $ exit diff --git a/vms/fortran/test/make.com b/vms/fortran/test/make.com index fb61a95..d33ecd3 100644 --- a/vms/fortran/test/make.com +++ b/vms/fortran/test/make.com @@ -40,7 +40,7 @@ $ link fflush1,h5test_fortran.olb/lib,- [-.-.test]libh5test.olb/lib, - [-.src]hdf5_fortran.olb/lib,- [-.-.src]hdf5.olb/lib -$ link fflush2,h5test_fortran.olb/lib, +$ link fflush2,h5test_fortran.olb/lib,- [-.-.test]libh5test.olb/lib, - [-.src]hdf5_fortran.olb/lib,- [-.-.src]hdf5.olb/lib |