From: Ryan Grove Date: Wed, 5 Aug 2015 22:16:47 +0000 (-0400) Subject: Fixed @bangerth's comment X-Git-Tag: v8.4.0-rc2~671^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6c5206cdfd04e9a99889439c3972d0efe4e139f;p=dealii.git Fixed @bangerth's comment --- diff --git a/include/deal.II/fe/component_mask.h b/include/deal.II/fe/component_mask.h index 34e84df9fe..40e02e2a11 100644 --- a/include/deal.II/fe/component_mask.h +++ b/include/deal.II/fe/component_mask.h @@ -204,8 +204,9 @@ public: /** * Exception */ - DeclExceptionMsg (ExcNoComponentSelected, "The number of selected - components in a mask must be greater than zero."); + DeclExceptionMsg (ExcNoComponentSelected, + "The number of selected components in a mask " + "must be greater than zero."); private: /**