]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Avoid use of a deprecated function.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 31 Dec 2012 22:43:01 +0000 (22:43 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 31 Dec 2012 22:43:01 +0000 (22:43 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_deprecated@27887 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/dofs/dof_renumbering.cc

index 11e010aeb62f9b29f3a360d1459a539dd9d1f696..ecedda5f04a4388d924d0a11f04f148b8fce1798 100644 (file)
@@ -2112,7 +2112,7 @@ namespace DoFRenumbering
     std::copy (begin, end, ordered_cells.begin());
     std::sort (ordered_cells.begin(), ordered_cells.end(), comparator);
 
-    cell_wise_dg(dof, level, ordered_cells);
+    cell_wise(dof, level, ordered_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.