From 47b861f2994aa6afb94a6e0d6d05f0d6f9579d39 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 6 Jan 2013 00:21:28 +0000 Subject: [PATCH] Adjust after merge. git-svn-id: https://svn.dealii.org/trunk@27939 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/extract_dofs_by_component_01_mg.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/deal.II/extract_dofs_by_component_01_mg.cc b/tests/deal.II/extract_dofs_by_component_01_mg.cc index 59494509a4..0fec59cae9 100644 --- a/tests/deal.II/extract_dofs_by_component_01_mg.cc +++ b/tests/deal.II/extract_dofs_by_component_01_mg.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2000, 2001, 2003, 2004, 2007, 2010, 2012 by the deal.II authors +// Copyright (C) 2000, 2001, 2003, 2004, 2007, 2010, 2012, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -50,8 +50,9 @@ check () FESystem element (FE_Q(2), 1, FE_Nedelec(0), 1); - MGDoFHandler dof(tr); + DoFHandler dof(tr); dof.distribute_dofs(element); + dof.distribute_mg_dofs(element); // try all possible component // masks, which we encode as bit -- 2.39.5