From: Wolfgang Bangerth Date: Sat, 18 Sep 2010 10:47:22 +0000 (+0000) Subject: Comment out static functions that are currently unused but may be at one point. X-Git-Tag: v8.0.0~5439 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bf32eaf837e36bd88f4f655c968ca08efb82aef;p=dealii.git 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 --- 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