From f945178bef48974cd7a49553b1c31575f9d13b45 Mon Sep 17 00:00:00 2001 From: hartmann Date: Thu, 2 Sep 2004 10:40:21 +0000 Subject: [PATCH] Remove two inline which inhibited linking with icc8.0 git-svn-id: https://svn.dealii.org/trunk@9607 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/multigrid/mg_dof_accessor.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/deal.II/deal.II/source/multigrid/mg_dof_accessor.cc b/deal.II/deal.II/source/multigrid/mg_dof_accessor.cc index d8d4bbf49d..216c90573a 100644 --- a/deal.II/deal.II/source/multigrid/mg_dof_accessor.cc +++ b/deal.II/deal.II/source/multigrid/mg_dof_accessor.cc @@ -230,7 +230,6 @@ unsigned int MGDoFObjectAccessor<2, dim>::mg_dof_index (const unsigned int i) co template -inline void MGDoFObjectAccessor<2, dim>::set_mg_dof_index (const unsigned int i, const unsigned int index) const { @@ -271,7 +270,6 @@ unsigned int MGDoFObjectAccessor<2, dim>::mg_vertex_dof_index (const unsigned in template -inline void MGDoFObjectAccessor<2, dim>::set_mg_vertex_dof_index (const unsigned int vertex, const unsigned int i, const unsigned int index) const -- 2.39.5