Refactoring how the binary output is closed

This change implements the fix suggested by @gonccalo.
This commit is contained in:
Lew Rossman
2019-03-06 11:14:03 -05:00
parent 3ebb1831d7
commit 6e13d7e3aa
3 changed files with 31 additions and 19 deletions

View File

@@ -24,6 +24,7 @@ void freedata(Project *);
int openfiles(Project *, const char *, const char *,const char *);
int openhydfile(Project *);
int openoutfile(Project *);
void closeoutfile(Project *);
int buildadjlists(Network *);
void freeadjlists(Network *);