]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Purge inline functions from .cc files if they should be visible globally.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 4 Jul 2001 13:31:35 +0000 (13:31 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 4 Jul 2001 13:31:35 +0000 (13:31 +0000)
git-svn-id: https://svn.dealii.org/trunk@4812 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/multigrid/mg_dof_accessor.cc

index 19f67cfade146d0aedcff2e17345bd4256c0be06..294fb78c7ca8f065586efbe753ad89f32af94d9e 100644 (file)
@@ -201,7 +201,6 @@ MGDoFObjectAccessor<2, dim>::MGDoFObjectAccessor (Triangulation<dim> *tria,
 
 
 template <int dim>
-inline
 unsigned int MGDoFObjectAccessor<2, dim>::mg_dof_index (const unsigned int i) const
 {
   Assert (dof_handler != 0, DoFAccessor<dim>::ExcInvalidObject());
@@ -384,7 +383,6 @@ MGDoFObjectAccessor<3, dim>::MGDoFObjectAccessor (Triangulation<dim> *tria,
 
 
 template <int dim>
-inline
 unsigned int MGDoFObjectAccessor<3, dim>::mg_dof_index (const unsigned int i) const
 {
   Assert (dof_handler != 0, DoFAccessor<dim>::ExcInvalidObject());
@@ -418,7 +416,6 @@ void MGDoFObjectAccessor<3, dim>::set_mg_dof_index (const unsigned int i,
 
 
 template <int dim>
-inline
 unsigned int MGDoFObjectAccessor<3, dim>::mg_vertex_dof_index (const unsigned int vertex,
                                                               const unsigned int i) const
 {

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.