From: Wolfgang Bangerth 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-Tag: v8.0.0~18989 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caad52f51a5d6630ccee60acf0bac597c54ec710;p=dealii.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 {