]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove superfluous parameter from function.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 9 Sep 1998 19:00:48 +0000 (19:00 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 9 Sep 1998 19:00:48 +0000 (19:00 +0000)
git-svn-id: https://svn.dealii.org/trunk@594 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/dofs/mg_dof_handler.h
deal.II/deal.II/include/multigrid/mg_dof_handler.h

index 4b43a07af82ff797cb1597b066e46c60f08f61b2..f5d5b1e958f7e701d5e131090a9b7fdbfe84a695 100644 (file)
@@ -143,8 +143,8 @@ class MGDoFHandler : public DoFHandler<dim> {
 
                                     /**
                                      * Renumber the degrees of freedom according
-                                     * to the given scheme, eventually using
-                                     * constraint information and the given
+                                     * to the given scheme, eventually
+                                     * using the given
                                      * starting points. The starting points
                                      * default to an empty list, the use of
                                      * constraint information defaults to
@@ -155,7 +155,6 @@ class MGDoFHandler : public DoFHandler<dim> {
                                      */
     void renumber_dofs (const unsigned int       level,
                        const RenumberingMethod  method,
-                       const bool               use_constraints         = false,
                        const vector<int>       &starting_points = vector<int>());
 
                                     /**
index 4b43a07af82ff797cb1597b066e46c60f08f61b2..f5d5b1e958f7e701d5e131090a9b7fdbfe84a695 100644 (file)
@@ -143,8 +143,8 @@ class MGDoFHandler : public DoFHandler<dim> {
 
                                     /**
                                      * Renumber the degrees of freedom according
-                                     * to the given scheme, eventually using
-                                     * constraint information and the given
+                                     * to the given scheme, eventually
+                                     * using the given
                                      * starting points. The starting points
                                      * default to an empty list, the use of
                                      * constraint information defaults to
@@ -155,7 +155,6 @@ class MGDoFHandler : public DoFHandler<dim> {
                                      */
     void renumber_dofs (const unsigned int       level,
                        const RenumberingMethod  method,
-                       const bool               use_constraints         = false,
                        const vector<int>       &starting_points = vector<int>());
 
                                     /**

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.