]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove functions that are not needed (and didn't do anything on top of that).
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 18 Jul 2014 23:57:02 +0000 (23:57 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 18 Jul 2014 23:57:02 +0000 (23:57 +0000)
git-svn-id: https://svn.dealii.org/trunk@33198 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/grid/grid_reordering.cc

index 07dcf6c947bbe1e9edf8bc4eb02e5e2201d0627c..1091387cc54b95d81958f36af6241b32fb3a0452 100644 (file)
@@ -1,7 +1,7 @@
 // ---------------------------------------------------------------------
 // $Id$
 //
-// Copyright (C) 2000 - 2013 by the deal.II authors
+// Copyright (C) 2000 - 2014 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -621,7 +621,7 @@ namespace internal
 namespace
 {
   /**
-   * A set of three functions that
+   * A set of functions that
    * reorder the data from the
    * "current" to the "classic"
    * format of vertex numbering of
@@ -629,14 +629,6 @@ namespace
    * do the reordering of their
    * arguments in-place.
    */
-  void
-  reorder_new_to_old_style (const std::vector<CellData<1> > &)
-  {
-    // nothing to do here: the format
-    // hasn't changed for 1d
-  }
-
-
   void
   reorder_new_to_old_style (std::vector<CellData<2> > &cells)
   {
@@ -662,14 +654,6 @@ namespace
   /**
    * And now also in the opposite direction.
    */
-  void
-  reorder_old_to_new_style (const std::vector<CellData<1> > &)
-  {
-    // nothing to do here: the format
-    // hasn't changed for 1d
-  }
-
-
   void
   reorder_old_to_new_style (std::vector<CellData<2> > &cells)
   {

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.