Skip to content

Commit

Permalink
-commented out boost::math::isfinite for vxworks
Browse files Browse the repository at this point in the history
  • Loading branch information
RuedKamp committed Jul 31, 2015
1 parent fd6076e commit b4d1655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp
Expand Up @@ -361,6 +361,7 @@ void Kinsol::calcFunction(const double *y, double *residual)
_algLoop->getRHS(residual);

#if defined(__vxworks)
#else
for(int i=0;i<_dimSys;i++)
{
if(!(boost::math::isfinite(residual[i])) || !(boost::math::isfinite(y[i])))
Expand Down

0 comments on commit b4d1655

Please sign in to comment.