From ca0911b73232b0441bcf33569b143373ea55b21f Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Thu, 21 Mar 2013 13:39:10 +0000 Subject: [PATCH] instantiate DoFInfo for long double git-svn-id: https://svn.dealii.org/trunk@28968 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/numerics/mesh_worker.cc | 3 ++- deal.II/source/numerics/mesh_worker_info.cc | 3 +-- deal.II/source/numerics/mesh_worker_info.inst.in | 10 ++++++++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/deal.II/source/numerics/mesh_worker.cc b/deal.II/source/numerics/mesh_worker.cc index 9544cedb37..211a7e5764 100644 --- a/deal.II/source/numerics/mesh_worker.cc +++ b/deal.II/source/numerics/mesh_worker.cc @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $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 @@ -52,6 +52,7 @@ namespace MeshWorker template class LocalResults; template class LocalResults; + template class LocalResults; template LocalIntegrator::LocalIntegrator () diff --git a/deal.II/source/numerics/mesh_worker_info.cc b/deal.II/source/numerics/mesh_worker_info.cc index 24aa077730..a02e9a572c 100644 --- a/deal.II/source/numerics/mesh_worker_info.cc +++ b/deal.II/source/numerics/mesh_worker_info.cc @@ -1,8 +1,7 @@ //--------------------------------------------------------------------------- // $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 diff --git a/deal.II/source/numerics/mesh_worker_info.inst.in b/deal.II/source/numerics/mesh_worker_info.inst.in index 6e3b7c5054..d0225173a2 100644 --- a/deal.II/source/numerics/mesh_worker_info.inst.in +++ b/deal.II/source/numerics/mesh_worker_info.inst.in @@ -1,8 +1,7 @@ //--------------------------------------------------------------------------- // $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 @@ -32,6 +31,13 @@ namespace MeshWorker template void IntegrationInfo::fill_local_data( const DoFInfo&, bool); + template class DoFInfo; + template class DoFInfoBox >; + + template void IntegrationInfo::fill_local_data( + const DoFInfo&, bool); + // template void IntegrationInfo // ::initialize >( // const FiniteElement&, const Mapping&, -- 2.39.5