From 7f10f5c53a4d477a691971035819c8ad5b00f926 Mon Sep 17 00:00:00 2001 From: Fabian Castelli Date: Wed, 6 Oct 2021 20:19:58 +0200 Subject: [PATCH] Correct AssertMessage for FESeries::Legendre --- source/fe/fe_series_legendre.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); -- 2.39.5