]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Made a renumbering routine protected which could not be used from the outside anyway.
authorFlorian Prill <florian.prill@dlr.de>
Fri, 22 Feb 2008 15:17:45 +0000 (15:17 +0000)
committerFlorian Prill <florian.prill@dlr.de>
Fri, 22 Feb 2008 15:17:45 +0000 (15:17 +0000)
git-svn-id: https://svn.dealii.org/trunk@15754 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/dofs/dof_renumbering.h

index f955ddac2b36bb2a40f9a9d8c6b38f4d1dcbb5b5..3526c6c13d73f87397e4bf9d63f277f87daf9006 100644 (file)
@@ -370,8 +370,10 @@ class DoFRenumbering
     static void
     component_wise (MGDoFHandler<dim>&               dof_handler,
                    const std::vector<unsigned int>& target_component = std::vector<unsigned int>());
+
     
-                                    /**
+  protected:
+                                    /**
                                      * Computes the renumbering
                                      * vector needed by the
                                      * component_wise()
@@ -386,8 +388,8 @@ class DoFRenumbering
                            ITERATOR& start,
                            const ENDITERATOR& end,
                            const std::vector<unsigned int> &target_component);
-    
-                                    /**
+  public:
+                                    /**
                                      * Cell-wise renumbering for DG
                                      * elements.  This function takes
                                      * the ordered set of cells in

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.