From: Wolfgang Bangerth Date: Mon, 26 Jun 2017 23:42:56 +0000 (-0600) Subject: Probably the smallest cleanups ever. X-Git-Tag: v9.0.0-rc1~1469^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21684ce97bac75891bcaff190a10e747a7bc963d;p=dealii.git Probably the smallest cleanups ever. --- 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,