adding rtx modifications
- get volume curves - get relative error / n iterations from last solution - get more tank characteristics - modify sim duration during active simulation
This commit is contained in:
@@ -204,6 +204,10 @@ int runhyd(long *t)
|
||||
/* Report new status & save results */
|
||||
if (Statflag) writehydstat(iter,relerr);
|
||||
|
||||
/* solution info */
|
||||
_relativeError = relerr;
|
||||
_iterations = iter;
|
||||
|
||||
/*** Updated 3/1/01 ***/
|
||||
/* If system unbalanced and no extra trials */
|
||||
/* allowed, then activate the Haltflag. */
|
||||
|
||||
Reference in New Issue
Block a user