Set up the environment for building with VS 2012

This commit is contained in:
JinduanChen
2013-01-22 11:27:12 -05:00
parent f8e843d584
commit 2e22456896
8 changed files with 744 additions and 9 deletions

View File

@@ -205,7 +205,7 @@ int runhyd(long *t)
if (Statflag) writehydstat(iter,relerr);
/* solution info */
_relativeError = relerr;
_relativeError = (int)relerr;
_iterations = iter;
/*** Updated 3/1/01 ***/