From: kanschat Date: Tue, 6 Nov 2012 15:56:36 +0000 (+0000) Subject: replace long deprecated downstream_dg X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6cc5b714737aa232d48ae8b289b895d1378b6e3;p=dealii-svn.git replace long deprecated downstream_dg git-svn-id: https://svn.dealii.org/trunk@27437 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/deal.II/dof_renumbering.cc b/tests/deal.II/dof_renumbering.cc index 7decfbd354..47112e33a1 100644 --- a/tests/deal.II/dof_renumbering.cc +++ b/tests/deal.II/dof_renumbering.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2000, 2001, 2003, 2004 by the deal.II authors +// Copyright (C) 2000, 2001, 2003, 2004, 2012 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -93,7 +93,7 @@ check_renumbering(MGDoFHandler& mgdof, bool discontinuous) if (discontinuous) { - DoFRenumbering::downstream_dg(dof, direction); + DoFRenumbering::downstream(dof, direction); } else { @@ -127,7 +127,7 @@ check_renumbering(MGDoFHandler& mgdof, bool discontinuous) if (discontinuous) { - DoFRenumbering::downstream_dg(mgdof, level, direction); + DoFRenumbering::downstream(mgdof, level, direction); } // renumber the non-MG part of the