fixed the getstatistic api call -- should return floattype by ref

This commit is contained in:
Sam Hatchett
2013-07-23 14:56:12 -04:00
parent 652b73aced
commit e7f6a8a085
6 changed files with 31 additions and 15 deletions

View File

@@ -171,7 +171,8 @@ EXTERN Svalve *Valve; /* Valve data */
EXTERN Scontrol *Control; /* Control data */
EXTERN HTtable *Nht, *Lht; /* Hash tables for ID labels */
EXTERN Padjlist *Adjlist; /* Node adjacency lists */
EXTERN int _relativeError, _iterations; /* Info about hydraulic solution */
EXTERN double _relativeError;
EXTERN int _iterations; /* Info about hydraulic solution */
/*
** NOTE: Hydraulic analysis of the pipe network at a given point in time