From 4066d2c6940ef143ba494d4bfcbdfbe856d6adaf Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 7 Jul 2011 14:46:31 +0000 Subject: [PATCH] Adjust, not that count_dofs_per_component is available for a templated DoFHandler argument. git-svn-id: https://svn.dealii.org/trunk@23927 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/multigrid/transfer_select.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/multigrid/transfer_select.cc b/tests/multigrid/transfer_select.cc index eca42329b7..ad4bba7a32 100644 --- a/tests/multigrid/transfer_select.cc +++ b/tests/multigrid/transfer_select.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2000 - 2007, 2009 by the deal.II authors +// Copyright (C) 2000 - 2007, 2009, 2011 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -59,7 +59,7 @@ void check_select(const FiniteElement& fe, target_component); vector ndofs(*std::max_element (target_component.begin(), target_component.end()) + 1); - DoFTools::count_dofs_per_component(mgdof, ndofs, true, target_component); + DoFTools::count_dofs_per_component(dof, ndofs, true, target_component); for (unsigned int l=0;l