checks commented out from Approximation::approxAtSteady and Approximation::walkStochSteady

git-svn-id: https://www.dynare.org/svn/dynare/trunk@2345 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
george 2008-12-31 10:11:49 +00:00
parent 2d328f6858
commit ed39ec73a9
1 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ void Approximation::approxAtSteady()
FirstOrderDerivs<KOrder::fold> fo_ders(fo);
saveRuleDerivs(fo_ders);
}
check(0.0);
//check(0.0);
}
/*:8*/
@ -182,7 +182,7 @@ void Approximation::walkStochSteady()
/*:13*/
;
check(sigma_so_far+dsigma);
//check(sigma_so_far+dsigma);
sigma_so_far+= dsigma;
}