From: Wolfgang Bangerth Date: Thu, 17 Nov 2016 03:49:54 +0000 (-0700) Subject: Fix a type error. X-Git-Tag: v8.5.0-rc1~390^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b207a4b6a009599ec4663531bc3f4e189014fca;p=dealii.git Fix a type error. --- diff --git a/source/dofs/dof_handler.cc b/source/dofs/dof_handler.cc index f892639463..d97af68e5b 100644 --- a/source/dofs/dof_handler.cc +++ b/source/dofs/dof_handler.cc @@ -1017,7 +1017,7 @@ DoFHandler::n_boundary_dofs (const std::map boundary_dofs; + std::set boundary_dofs; const unsigned int dofs_per_face = get_fe().dofs_per_face; std::vector dofs_on_face(dofs_per_face);