From: Jihuan Tian Date: Sun, 9 Feb 2020 15:58:50 +0000 (+0800) Subject: Correct the printed message output from ExcInvalidBoundaryFunction() X-Git-Tag: v9.2.0-rc1~542^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4b096d0e99c5e28860f02614006edb3a16a7f61;p=dealii.git Correct the printed message output from ExcInvalidBoundaryFunction() --- diff --git a/include/deal.II/numerics/error_estimator.h b/include/deal.II/numerics/error_estimator.h index d52b077e03..cbe774b2e7 100644 --- a/include/deal.II/numerics/error_estimator.h +++ b/include/deal.II/numerics/error_estimator.h @@ -551,7 +551,7 @@ public: << arg1 << " specifies a function with " << arg2 << " vector components. However, the finite " "element in use has " - << arg2 + << arg3 << " components, and these two numbers need to match."); /** * Exception