From: Fabian Castelli Date: Wed, 6 Oct 2021 18:19:58 +0000 (+0200) Subject: Correct AssertMessage for FESeries::Legendre X-Git-Tag: v9.4.0-rc1~961^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f10f5c53a4d477a691971035819c8ad5b00f926;p=dealii.git Correct AssertMessage for FESeries::Legendre --- diff --git a/source/fe/fe_series_legendre.cc b/source/fe/fe_series_legendre.cc index 3c30cd5a35..b67f4eb368 100644 --- a/source/fe/fe_series_legendre.cc +++ b/source/fe/fe_series_legendre.cc @@ -216,7 +216,7 @@ namespace FESeries component_ != numbers::invalid_unsigned_int, ExcMessage( "For vector-valued problems, you need to explicitly specify for " - "which vector component you will want to do a Fourier decomposition " + "which vector component you will want to do a Legendre decomposition " "by setting the 'component' argument of this constructor.")); AssertIndexRange(component, fe_collection[0].n_components());