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

@@ -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 ***/