Skip to content

Commit

Permalink
removed confusing warning message (issue #23)
Browse files Browse the repository at this point in the history
  • Loading branch information
moreff committed Aug 19, 2022
1 parent 39300f5 commit 9e94f16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ODE_DLB/ODESolvers/seulex_LAPACK/seulex_LAPACK.C
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ bool Foam::seulex_LAPACK::seul
// check that temperature remains in range */
if (yTemp_[0] <= NASAP_mintemp || yTemp_[0] > NASAP_maxtemp)
{
Info << "Warning: You exceeded the NASA temperature limits: T=" << yTemp_[0] << endl;
return false;
}

Expand Down

0 comments on commit 9e94f16

Please sign in to comment.