]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove inlines of all publicly accessible functions.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 1 Sep 2005 07:03:42 +0000 (07:03 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 1 Sep 2005 07:03:42 +0000 (07:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@11353 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_constraints.cc
deal.II/deal.II/source/fe/fe_values.cc
deal.II/deal.II/source/multigrid/mg_dof_accessor.cc
deal.II/deal.II/source/multigrid/mg_dof_handler.cc

index 8a270988ac798f12398c514f3158b7ae72e1b4a4..50586c6458b6b8cb47942f8da73b6a94e7625e96 100644 (file)
@@ -44,7 +44,6 @@
 #endif
 
 
-inline
 bool
 ConstraintMatrix::check_zero_weight (const std::pair<unsigned int, double> &p)
 {
@@ -53,7 +52,6 @@ ConstraintMatrix::check_zero_weight (const std::pair<unsigned int, double> &p)
 
 
 
-inline
 bool
 ConstraintMatrix::ConstraintLine::operator < (const ConstraintLine &a) const
 {
@@ -62,7 +60,6 @@ ConstraintMatrix::ConstraintLine::operator < (const ConstraintLine &a) const
 
 
 
-inline
 bool
 ConstraintMatrix::ConstraintLine::operator == (const ConstraintLine &a) const
 {
index 38b94030789582c6569eab26cb6a49ef4d7043e1..e99a1227918d61abf2d5256e1f2c38e83368fff1 100644 (file)
@@ -159,7 +159,6 @@ FEValuesBase<dim>::TriaCellIterator::message_string
 
 
 template <int dim>
-inline
 FEValuesBase<dim>::TriaCellIterator::
 TriaCellIterator (const typename Triangulation<dim>::cell_iterator &cell)
                 :
index f692566d3f45c972d6724f38237cffff7f0d17e7..db8f6e7c38a8a92768e5607778d762aa74c5ca21 100644 (file)
@@ -210,7 +210,6 @@ MGDoFObjectAccessor<2, dim>::MGDoFObjectAccessor (const Triangulation<dim> *tria
 
 
 template <int dim>
-inline
 unsigned int MGDoFObjectAccessor<2, dim>::mg_dof_index (const unsigned int i) const
 {
   Assert (this->dof_handler != 0,
@@ -250,7 +249,6 @@ void MGDoFObjectAccessor<2, dim>::set_mg_dof_index (const unsigned int i,
 
 
 template <int dim>
-inline
 unsigned int MGDoFObjectAccessor<2, dim>::mg_vertex_dof_index (const unsigned int vertex,
                                                               const unsigned int i) const
 {
@@ -355,7 +353,6 @@ MGDoFObjectAccessor<2,dim>::get_mg_dof_values (const Vector<number> &values,
 
 
 template <int dim>
-inline
 TriaIterator<dim,MGDoFObjectAccessor<1, dim> >
 MGDoFObjectAccessor<2, dim>::line (const unsigned int i) const
 {
@@ -372,7 +369,6 @@ MGDoFObjectAccessor<2, dim>::line (const unsigned int i) const
 
 
 template <int dim>
-inline
 TriaIterator<dim,MGDoFObjectAccessor<2, dim> >
 MGDoFObjectAccessor<2, dim>::child (const unsigned int i) const
 {
index 8fc92c3e9fd072ab6e34c539d2b85e738d98ba42..52e10b0621b1ef3191cdb6743ce44e06e1d82607 100644 (file)
@@ -89,14 +89,12 @@ MGDoFHandler<dim>::MGVertexDoFs::operator = (const MGVertexDoFs &)
 
 
 template <int dim>
-inline
 unsigned int MGDoFHandler<dim>::MGVertexDoFs::get_coarsest_level () const {
   return coarsest_level;
 }
 
 
 template <int dim>
-inline
 unsigned int MGDoFHandler<dim>::MGVertexDoFs::get_finest_level () const {
   return finest_level;
 }

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.