]> https://gitweb.dealii.org/ - dealii.git/commitdiff
remove ignored const
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Tue, 14 Sep 2010 21:27:06 +0000 (21:27 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Tue, 14 Sep 2010 21:27:06 +0000 (21:27 +0000)
git-svn-id: https://svn.dealii.org/trunk@21966 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/multigrid/mg_constrained_dofs.h

index 91305357221b6313114067803bef7baae4505e48..42ec2f510f83bccdeb82d3a5d13ef13f11f3a1a2 100644 (file)
@@ -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 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.