From feb6527d2fa94643d0ee7d3e57891054f72b8d99 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sat, 18 Sep 2010 10:47:22 +0000 Subject: [PATCH] Comment out static functions that are currently unused but may be at one point. git-svn-id: https://svn.dealii.org/trunk@22035 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/dofs/dof_tools.cc | 70 ++++++++++++------------ 1 file changed, 36 insertions(+), 34 deletions(-) diff --git a/deal.II/deal.II/source/dofs/dof_tools.cc b/deal.II/deal.II/source/dofs/dof_tools.cc index 6b5f62866f..e87e0155a2 100644 --- a/deal.II/deal.II/source/dofs/dof_tools.cc +++ b/deal.II/deal.II/source/dofs/dof_tools.cc @@ -1912,40 +1912,42 @@ namespace internal } - static - void - make_hp_hanging_node_constraints (const dealii::MGDoFHandler<1,2> &, - ConstraintMatrix &) - { - // nothing to do for regular - // dof handlers in 1d - } - - - - static - void - make_oldstyle_hanging_node_constraints (const dealii::MGDoFHandler<1,2> &, - ConstraintMatrix &, - dealii::internal::int2type<1>) - { - // nothing to do for regular - // dof handlers in 1d - } - - - static - void - make_oldstyle_hanging_node_constraints (const dealii::hp::DoFHandler<1,2> &/*dof_handler*/, - ConstraintMatrix &/*constraints*/, - dealii::internal::int2type<1>) - { - // we may have to compute - // constraints for - // vertices. gotta think about - // that a bit more -//TODO[WB]: think about what to do here... - } +// currently not used but may be in the future: + +// static +// void +// make_hp_hanging_node_constraints (const dealii::MGDoFHandler<1,2> &, +// ConstraintMatrix &) +// { +// // nothing to do for regular +// // dof handlers in 1d +// } + + + +// static +// void +// make_oldstyle_hanging_node_constraints (const dealii::MGDoFHandler<1,2> &, +// ConstraintMatrix &, +// dealii::internal::int2type<1>) +// { +// // nothing to do for regular +// // dof handlers in 1d +// } + + +// static +// void +// make_oldstyle_hanging_node_constraints (const dealii::hp::DoFHandler<1,2> &/*dof_handler*/, +// ConstraintMatrix &/*constraints*/, +// dealii::internal::int2type<1>) +// { +// // we may have to compute +// // constraints for +// // vertices. gotta think about +// // that a bit more +// //TODO[WB]: think about what to do here... +// } #endif -- 2.39.5