henjo / libpsf

PSF simulation data c++ library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

michaelnt opened this issue · comments

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.