vars and project settings -- incorporating lemon tiger changes
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
**
|
||||
*/
|
||||
|
||||
#ifndef HASH_H
|
||||
#define HASH_H
|
||||
|
||||
#define HTMAXSIZE 1999
|
||||
#define NOTFOUND 0
|
||||
|
||||
@@ -22,3 +25,4 @@ int HTfind(HTtable *, char *);
|
||||
char *HTfindKey(HTtable *, char *);
|
||||
void HTfree(HTtable *);
|
||||
|
||||
#endif
|
||||
@@ -150,6 +150,7 @@ EXTERN double *D, /* Node actual demand */
|
||||
*K, /* Link settings */
|
||||
*Q, /* Link flows */
|
||||
*R, /* Pipe reaction rate */
|
||||
*X, /* General purpose array */
|
||||
*XC; /* General purpose array */
|
||||
EXTERN double *H; /* Node heads */
|
||||
EXTERN double *QTankVolumes;
|
||||
|
||||
Reference in New Issue
Block a user