From: Daniel Arndt Date: Mon, 23 Apr 2018 13:59:54 +0000 (+0200) Subject: Initialize mapping_type in FE_PolyTensor X-Git-Tag: v9.0.0-rc1~114^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdeb0c55e4da2f87dbcba28175e4edc67d20f993;p=dealii.git Initialize mapping_type in FE_PolyTensor --- diff --git a/source/fe/fe_poly_tensor.cc b/source/fe/fe_poly_tensor.cc index 3e6eb1d9ac..33ece25c4c 100644 --- a/source/fe/fe_poly_tensor.cc +++ b/source/fe/fe_poly_tensor.cc @@ -150,6 +150,7 @@ FE_PolyTensor::FE_PolyTensor FiniteElement (fe_data, restriction_is_additive_flags, nonzero_components), + mapping_type(MappingType::mapping_none), poly_space(PolynomialType(degree)) { cached_point(0) = -1;