]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove 'inline' keyword from functions in this .cc file, since they
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 16 May 2000 07:08:34 +0000 (07:08 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 16 May 2000 07:08:34 +0000 (07:08 +0000)
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

index 6fc9295cfa03c0dc582cf82ba3e2eaf14735b08c..97689773cc37872c65c040c246caa7caf32fa0cd 100644 (file)
@@ -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

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.