From: wolf Date: Wed, 4 Jul 2001 12:09:15 +0000 (+0000) Subject: Don't have inline functions in source files, as they are not instantiated externally. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=decdf05c942fe2c9b55d05a43c45ff3258fb1b04;p=dealii-svn.git Don't have inline functions in source files, as they are not instantiated externally. git-svn-id: https://svn.dealii.org/trunk@4809 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 74ba8e38dc..19f67cfade 100644 --- a/deal.II/deal.II/source/multigrid/mg_dof_accessor.cc +++ b/deal.II/deal.II/source/multigrid/mg_dof_accessor.cc @@ -235,7 +235,6 @@ void MGDoFObjectAccessor<2, dim>::set_mg_dof_index (const unsigned int i, template -inline unsigned int MGDoFObjectAccessor<2, dim>::mg_vertex_dof_index (const unsigned int vertex, const unsigned int i) const {