From 21684ce97bac75891bcaff190a10e747a7bc963d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 26 Jun 2017 17:42:56 -0600 Subject: [PATCH] Probably the smallest cleanups ever. --- include/deal.II/dofs/dof_handler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/dofs/dof_handler.h b/include/deal.II/dofs/dof_handler.h index ed3b85383f..360461f0e0 100644 --- a/include/deal.II/dofs/dof_handler.h +++ b/include/deal.II/dofs/dof_handler.h @@ -309,7 +309,7 @@ public: /** * Constructor. Take @p tria as the triangulation to work on. */ - DoFHandler ( const Triangulation &tria); + DoFHandler (const Triangulation &tria); /** * Copy constructor. DoFHandler objects are large and expensive. @@ -1058,7 +1058,7 @@ private: const unsigned int fe_index, const unsigned int local_index) const; - template + template void set_dof_index (const unsigned int obj_level, const unsigned int obj_index, const unsigned int fe_index, -- 2.39.5