henjo / libpsf

PSF simulation data c++ library
GNU Lesser General Public License v3.0
26 stars 23 forks source link

Missing close method to free the file descriptor that is opened by PSFFile #8

Closed michaelnt closed 12 years ago

michaelnt commented 12 years ago

If libpsf is used in a program that re-creates psf files there should be a way to close the file descriptor pointing to the results file.

On NFS file systems it is difficult to delete file that are opened by a process.