From: Marc Fehling Date: Sat, 21 Jan 2023 22:59:34 +0000 (-0700) Subject: Added default constructor for CellWeights. X-Git-Tag: v9.5.0-rc1~624^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4646a314786183282cf53c9195c6944699916afa;p=dealii.git Added default constructor for CellWeights. --- diff --git a/include/deal.II/distributed/cell_weights.h b/include/deal.II/distributed/cell_weights.h index d152c06d00..dbb16287c3 100644 --- a/include/deal.II/distributed/cell_weights.h +++ b/include/deal.II/distributed/cell_weights.h @@ -114,6 +114,13 @@ namespace parallel unsigned int(const typename DoFHandler::cell_iterator &, const FiniteElement &)>; + /** + * Constructor. + * + * No weighting function will be connected yet. Please call reinit(). + */ + CellWeights() = default; + /** * Constructor. *