Skip to content

Commit

Permalink
Merge pull request #12796 from gfcas/typo
Browse files Browse the repository at this point in the history
Correct AssertMessage for FESeries::Legendre
  • Loading branch information
marcfehling committed Oct 7, 2021
2 parents f16b1e6 + 7f10f5c commit 18a0657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/fe/fe_series_legendre.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 18a0657

Please sign in to comment.