Solved the tank level issue. LemonTigerJ now gives right hyd/WQ results.
This commit is contained in:
@@ -25,6 +25,10 @@ AUTHOR: L. Rossman
|
||||
** NOTE: The exportable functions that can be called
|
||||
** via the DLL are prototyped in TOOLKIT.H.
|
||||
*/
|
||||
|
||||
#ifndef FUNCS_H
|
||||
#define FUNCS_H
|
||||
|
||||
void initpointers(void); /* Initializes pointers */
|
||||
int allocdata(void); /* Allocates memory */
|
||||
void freeTmplist(STmplist *); /* Frees items in linked list */
|
||||
@@ -279,3 +283,5 @@ int saveepilog(void); /* Saves output file epilog */
|
||||
|
||||
/* ------------ INPFILE.C --------------*/
|
||||
int saveinpfile(char *); /* Saves network to text file */
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user