]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix namespacing in the ExodusII error macro. 14924/head
authorDavid Wells <drwells@email.unc.edu>
Mon, 20 Mar 2023 19:39:37 +0000 (15:39 -0400)
committerDavid Wells <drwells@email.unc.edu>
Mon, 20 Mar 2023 19:49:58 +0000 (15:49 -0400)
include/deal.II/base/exceptions.h

index 2f7416e4f2a45402f60778e1ee5eeb30c6398e0f..31ab4a548634cca9a2da9be5e38557d72f7b228d 100644 (file)
@@ -2082,7 +2082,8 @@ namespace internal
  * @ingroup Exceptions
  */
 #  define AssertThrowExodusII(error_code) \
-    AssertThrow(error_code == 0, ExcExodusII(error_code));
+    AssertThrow(error_code == 0,          \
+                dealii::StandardExceptions::ExcExodusII(error_code));
 #endif // DEAL_II_TRILINOS_WITH_SEACAS
 
 using namespace StandardExceptions;

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.