From 7b3a614c190339e6886813300d23034f5a0ba0eb Mon Sep 17 00:00:00 2001 From: grahambenharper Date: Sun, 7 Jul 2019 01:41:53 -0600 Subject: [PATCH] Correct FE_BernardiRaugel mapping type to be a list of one mapping --- source/fe/fe_bernardi_raugel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5