fixed the getstatistic api call -- should return floattype by ref
This commit is contained in:
@@ -205,7 +205,7 @@ int runhyd(long *t)
|
||||
if (Statflag) writehydstat(iter,relerr);
|
||||
|
||||
/* solution info */
|
||||
_relativeError = (int)relerr;
|
||||
_relativeError = relerr;
|
||||
_iterations = iter;
|
||||
|
||||
/*** Updated 3/1/01 ***/
|
||||
|
||||
Reference in New Issue
Block a user