From: Matthias Maier Date: Fri, 23 Jun 2023 14:13:03 +0000 (+0000) Subject: Update include/deal.II/trilinos/nox.templates.h X-Git-Tag: v9.5.0-rc1~40^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9ff8038284e0113cf170d83fa376aeaf64997ae;p=dealii.git Update include/deal.II/trilinos/nox.templates.h Co-authored-by: Martin Kronbichler --- diff --git a/include/deal.II/trilinos/nox.templates.h b/include/deal.II/trilinos/nox.templates.h index 64470a2da0..9004c5ced4 100644 --- a/include/deal.II/trilinos/nox.templates.h +++ b/include/deal.II/trilinos/nox.templates.h @@ -1170,7 +1170,7 @@ namespace TrilinosWrappers const char *s = exc.what(); # else // In a sign of generally poor software design, NOX prior to Trilinos - // version 4.2.0 throws an exception that is not of a class derived + // version 14.2.0 throws an exception that is not of a class derived // from std::exception, but just a char*. That's a nuisance -- you just // have to know :-( catch (const char *s)