adding debuggable conditionals, fixing lemontiger bug

… reorientsegs was borked
This commit is contained in:
sam hatchett
2013-09-27 22:19:54 -04:00
parent 5b151dd09b
commit 519daf8e3e
5 changed files with 65 additions and 40 deletions

View File

@@ -151,9 +151,9 @@ AUTHOR: L. Rossman
*E, /* Emitter flows */
*K, /* Link settings */
*Q, /* Link flows */
*R, /* Pipe reaction rate */
*PipeRateCoeff, /* Pipe reaction rate */
*X, /* General purpose array */
*XC; /* General purpose array */
*XC; /* General purpose array for water quality */
EXTERN double *H; /* Node heads */
EXTERN double *QTankVolumes;
EXTERN double *QLinkFlow;