From: Wolfgang Bangerth Date: Fri, 11 Jun 2021 15:15:31 +0000 (-0600) Subject: Provide a definition of a static variable. X-Git-Tag: v9.4.0-rc1~1230^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=031b64f42814c36a1c71212948db896853ee8e6f;p=dealii.git Provide a definition of a static variable. --- diff --git a/source/dofs/dof_handler.cc b/source/dofs/dof_handler.cc index 7b26b157ce..ade43ed966 100644 --- a/source/dofs/dof_handler.cc +++ b/source/dofs/dof_handler.cc @@ -40,10 +40,15 @@ DEAL_II_NAMESPACE_OPEN +template +const unsigned int DoFHandler::default_fe_index; + + template const typename DoFHandler::active_fe_index_type DoFHandler::invalid_active_fe_index; + namespace internal { template