From: grahambenharper Date: Sun, 7 Jul 2019 07:41:53 +0000 (-0600) Subject: Correct FE_BernardiRaugel mapping type to be a list of one mapping X-Git-Tag: v9.2.0-rc1~1381^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b3a614c190339e6886813300d23034f5a0ba0eb;p=dealii.git Correct FE_BernardiRaugel mapping type to be a list of one mapping --- diff --git a/source/fe/fe_bernardi_raugel.cc b/source/fe/fe_bernardi_raugel.cc index 01c864c6f4..58932f188f 100644 --- a/source/fe/fe_bernardi_raugel.cc +++ b/source/fe/fe_bernardi_raugel.cc @@ -55,7 +55,7 @@ FE_BernardiRaugel::FE_BernardiRaugel(const unsigned int p) // const unsigned int n_dofs = this->dofs_per_cell; - this->mapping_type = mapping_none; + this->mapping_type = {mapping_none}; // These must be done first, since // they change the evaluation of // basis functions