//---------------------------------------------------------------------------
// $Id$
//
-// Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 by the deal.II authors
+// Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 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
template class LocalResults<float>;
template class LocalResults<double>;
+ template class LocalResults<long double>;
template <int dim, int spacedim, typename number>
LocalIntegrator<dim, spacedim, number>::LocalIntegrator ()
//---------------------------------------------------------------------------
// $Id$
-// Version: $Name$
//
-// Copyright (C) 2009, 2010, 2011, 2012 by the deal.II authors
+// Copyright (C) 2009, 2010, 2011, 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
//---------------------------------------------------------------------------
// $Id$
-// Version: $Name$
//
-// Copyright (C) 2010, 2012 by the deal.II authors
+// Copyright (C) 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
template void IntegrationInfo<deal_II_dimension>::fill_local_data(
const DoFInfo<deal_II_dimension, deal_II_dimension, double>&, bool);
+ template class DoFInfo<deal_II_dimension,deal_II_dimension,long double>;
+ template class DoFInfoBox<deal_II_dimension,
+ DoFInfo<deal_II_dimension,deal_II_dimension,long double> >;
+
+ template void IntegrationInfo<deal_II_dimension>::fill_local_data(
+ const DoFInfo<deal_II_dimension, deal_II_dimension, long double>&, bool);
+
// template void IntegrationInfo<deal_II_dimension>
// ::initialize<FEValues<deal_II_dimension> >(
// const FiniteElement<deal_II_dimension>&, const Mapping<deal_II_dimension>&,