Refactoring how the binary output is closed
This change implements the fix suggested by @gonccalo.
This commit is contained in:
@@ -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 *);
|
||||
|
||||
Reference in New Issue
Block a user