From: kanschat Date: Tue, 14 Sep 2010 21:27:06 +0000 (+0000) Subject: remove ignored const X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38faed37a6686f08389ea1b25862df50f8727ad2;p=dealii-svn.git remove ignored const git-svn-id: https://svn.dealii.org/trunk@21966 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/multigrid/mg_constrained_dofs.h b/deal.II/deal.II/include/multigrid/mg_constrained_dofs.h index 9130535722..42ec2f510f 100644 --- a/deal.II/deal.II/include/multigrid/mg_constrained_dofs.h +++ b/deal.II/deal.II/include/multigrid/mg_constrained_dofs.h @@ -124,7 +124,7 @@ class MGConstrainedDoFs : public Subscriptor * be set or not. */ - const bool set_boundary_values () const; + bool set_boundary_values () const; private: /** @@ -270,7 +270,7 @@ MGConstrainedDoFs::get_refinement_edge_boundary_indices () const } inline -const bool +bool MGConstrainedDoFs::set_boundary_values () const { const bool boundary_values_need_to_be_set