Binh-Minh Ribler c84ad4179d [svn-r4604]
Purpose:
    Fixing found bug
Description:
    A data file cannot be removed because the corresponding H5File object
    is still in existence, which means the data file is still opened.
Solution:
    Moved h5_cleanup to outside of the try block so that the H5File object
    will go out of scope and be destroyed before h5_cleanup attempts to
    remove the corresponding data file.
Platforms tested:
    SunOS 5.7 (arabica)
    Windows 98
2001-11-13 17:15:47 -05:00
..
2001-09-21 18:50:15 -05:00
2001-09-21 18:50:15 -05:00
2001-11-02 14:45:25 -05:00
2001-11-13 17:15:47 -05:00
2000-11-14 18:16:05 -05:00
2001-08-01 16:00:25 -05:00
2001-08-01 16:00:25 -05:00
2001-09-21 18:52:37 -05:00