Skip to content

Commit

Permalink
Update include/deal.II/trilinos/nox.templates.h
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Kronbichler <martin.kronbichler@uni-a.de>
  • Loading branch information
tamiko and kronbichler committed Jun 23, 2023
1 parent 2a64a1e commit 8333366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/deal.II/trilinos/nox.templates.h
Original file line number Diff line number Diff line change
Expand Up @@ -1162,8 +1162,8 @@ namespace TrilinosWrappers
}
}
// See if NOX returned by triggering an exception.
#if DEAL_II_TRILINOS_VERSION_GTE(4, 2, 0)
// Starting with Trilinos version 4.2.0 NOX started to throw a
#if DEAL_II_TRILINOS_VERSION_GTE(14, 2, 0)
// Starting with Trilinos version 14.2.0 NOX started to throw a
// std::runtime_error instead of a plain char*.
catch (const std::runtime_error &exc)
{
Expand Down

0 comments on commit 8333366

Please sign in to comment.