mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-09 07:32:32 +08:00
548608ed7f
bug fix. Description: test program used fortran STOP to end the program even when there was an error. STOP does not exit with non-zero. Therefore, make or other programs could not detect an error has occurred. Solution: Wherever it is appropirate, replace STOP with h5_exit_f statments. Platforms tested: Tested in heping. |
||
---|---|---|
.. | ||
fflush1.f90 | ||
fflush2.f90 | ||
fortranlib_test.f90 | ||
Makefile.am | ||
Makefile.in | ||
t.c | ||
t.h | ||
tf.f90 | ||
tH5A.f90 | ||
tH5D.f90 | ||
tH5E.f90 | ||
tH5F.f90 | ||
tH5G.f90 | ||
tH5I.f90 | ||
tH5P.f90 | ||
tH5R.f90 | ||
tH5S.f90 | ||
tH5Sselect.f90 | ||
tH5T.f90 | ||
tH5VL.f90 | ||
tH5Z.f90 |