From ffbd2b434f62b143bcb40460f1ebf0954a741979 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 16 May 2000 07:08:34 +0000 Subject: [PATCH] Remove 'inline' keyword from functions in this .cc file, since they can't be called from outside then. git-svn-id: https://svn.dealii.org/trunk@2860 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/fe/q1_mapping.cc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/deal.II/deal.II/source/fe/q1_mapping.cc b/deal.II/deal.II/source/fe/q1_mapping.cc index 6fc9295cfa..97689773cc 100644 --- a/deal.II/deal.II/source/fe/q1_mapping.cc +++ b/deal.II/deal.II/source/fe/q1_mapping.cc @@ -44,7 +44,6 @@ FEQ1Mapping<1>::FEQ1Mapping (const unsigned int dofs_per_vertex, template <> -inline double FEQ1Mapping<1>::shape_value_transform (const unsigned int i, const Point<1> &p) const @@ -61,7 +60,6 @@ FEQ1Mapping<1>::shape_value_transform (const unsigned int i, template <> -inline Tensor<1,1> FEQ1Mapping<1>::shape_grad_transform(const unsigned int i, const Point<1>&) const @@ -159,7 +157,6 @@ FEQ1Mapping<2>::FEQ1Mapping (const unsigned int dofs_per_vertex, template <> -inline double FEQ1Mapping<2>::shape_value_transform (const unsigned int i, const Point<2>& p) const @@ -177,7 +174,6 @@ FEQ1Mapping<2>::shape_value_transform (const unsigned int i, template <> -inline Tensor<1,2> FEQ1Mapping<2>::shape_grad_transform (const unsigned int i, const Point<2>& p) const @@ -325,7 +321,6 @@ FEQ1Mapping<3>::FEQ1Mapping (const unsigned int dofs_per_vertex, template <> -inline double FEQ1Mapping<3>::shape_value_transform (const unsigned int i, const Point<3>& p) const @@ -347,7 +342,6 @@ FEQ1Mapping<3>::shape_value_transform (const unsigned int i, template <> -inline Tensor<1,3> FEQ1Mapping<3>::shape_grad_transform (const unsigned int i, const Point<3>& p) const -- 2.39.5