segrelab / comets-toolbox

MATLAB scripts and utilities for the COMETS software for spatial DFBA
http://www.bu.edu/segrelab/comets/
GNU Lesser General Public License v3.0
2 stars 3 forks source link

fix bug in parseBiomassCometsOutput() #3

Closed sulheim closed 4 years ago

sulheim commented 4 years ago

The file was only opened, not closed. Thus, it was impossible to delete or overwrite the file because it was kept open by MATLAB. Fixed by adding a statement closing the file.