// $Id$
// Version: $Name$
//
--// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 by the deal.II authors
++// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
#if deal_II_dimension <= deal_II_space_dimension
template void
-- make_sparsity_pattern<deal_II_dimension, PATTERN, deal_II_space_dimension> (
++ make_sparsity_pattern (
const MGDoFHandler<deal_II_dimension, deal_II_space_dimension> &,
PATTERN &,
const unsigned int);
const Table<2,DoFTools::Coupling>&, const Table<2,DoFTools::Coupling>&);
#endif
-- template void count_dofs_per_component<deal_II_dimension> (
++ template void count_dofs_per_component (
const MGDoFHandler<deal_II_dimension>&, std::vector<std::vector<unsigned int> >&,
bool, std::vector<unsigned int>);
-- template void count_dofs_per_component<deal_II_dimension> (
++ template void count_dofs_per_component (
const MGDoFHandler<deal_II_dimension>&, std::vector<std::vector<unsigned int> >&,
std::vector<unsigned int>);
-- template void count_dofs_per_block<deal_II_dimension> (
++ template void count_dofs_per_block (
const MGDoFHandler<deal_II_dimension>&, std::vector<std::vector<unsigned int> >&,
std::vector<unsigned int>);
std::vector<std::set<unsigned int> > &non_interface_dofs);
#if deal_II_dimension < 3
-- template void count_dofs_per_block<deal_II_dimension,deal_II_dimension+1> (
++ template void count_dofs_per_block (
const MGDoFHandler<deal_II_dimension,deal_II_dimension+1>&,
std::vector<std::vector<unsigned int> >&, std::vector<unsigned int>);
#endif
#if deal_II_dimension == 3
-- template void count_dofs_per_block<1,3> (
++ template void count_dofs_per_block (
const MGDoFHandler<1,3>&,
std::vector<std::vector<unsigned int> >&, std::vector<unsigned int>);
#endif