From ece3e9877c4faeefae537a07a170ee7052ac6c26 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 30 Jul 2020 15:08:02 -0600 Subject: [PATCH] Update an error text. --- include/deal.II/grid/tria.h | 6 +++--- include/deal.II/multigrid/multigrid.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/deal.II/grid/tria.h b/include/deal.II/grid/tria.h index 892262f335..83ac285f8b 100644 --- a/include/deal.II/grid/tria.h +++ b/include/deal.II/grid/tria.h @@ -48,9 +48,9 @@ DEAL_II_NAMESPACE_OPEN #ifdef signals # error \ - "The data type signals is already defined. You are most likely using the QT library \ -and using the signals keyword. You can either #include the Qt headers (or any conflicting headers) \ -after the deal.ii headers or you can define the QT_NO_KEYWORDS marco and use the Q_SIGNALS macro." + "The name 'signals' is already defined. You are most likely using the QT library \ +and using the 'signals' keyword. You can either #include the Qt headers (or any conflicting headers) \ +*after* the deal.II headers or you can define the 'QT_NO_KEYWORDS' macro and use the 'Q_SIGNALS' macro." #endif // Forward declarations diff --git a/include/deal.II/multigrid/multigrid.h b/include/deal.II/multigrid/multigrid.h index 07bbe2d3e7..74165f07f8 100644 --- a/include/deal.II/multigrid/multigrid.h +++ b/include/deal.II/multigrid/multigrid.h @@ -38,9 +38,9 @@ DEAL_II_NAMESPACE_OPEN #ifdef signals # error \ - "The data type signals is already defined. You are most likely using the QT library \ -and using the signals keyword. You can either #include the Qt headers (or any conflicting headers) \ -after the deal.ii headers or you can define the QT_NO_KEYWORDS marco and use the Q_SIGNALS macro." + "The name 'signals' is already defined. You are most likely using the QT library \ +and using the 'signals' keyword. You can either #include the Qt headers (or any conflicting headers) \ +*after* the deal.II headers or you can define the 'QT_NO_KEYWORDS' macro and use the 'Q_SIGNALS' macro." #endif /*!@addtogroup mg */ -- 2.39.5