]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Move inline functions to where they should be.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 5 Dec 2012 21:11:38 +0000 (21:11 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 5 Dec 2012 21:11:38 +0000 (21:11 +0000)
git-svn-id: https://svn.dealii.org/trunk@27773 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/fe/fe_values.h
deal.II/include/deal.II/fe/fe_values_extractors.h

index 81a8e17349b935dc94084c5591e135501a162890..9cb34a481f03e74eda890d57179df9466ccfa1b2 100644 (file)
@@ -3808,33 +3808,6 @@ private:
 #ifndef DOXYGEN
 
 
-/*------------------------ Inline functions: namespace FEValuesExtractors --------*/
-
-namespace FEValuesExtractors
-{
-  inline
-  Scalar::Scalar (const unsigned int component)
-    :
-    component (component)
-  {}
-
-
-
-  inline
-  Vector::Vector (const unsigned int first_vector_component)
-    :
-    first_vector_component (first_vector_component)
-  {}
-
-  template <int rank>
-  inline
-  SymmetricTensor<rank>::SymmetricTensor (const unsigned int first_tensor_component)
-    :
-    first_tensor_component (first_tensor_component)
-  {}
-}
-
-
 /*------------------------ Inline functions: namespace FEValuesViews --------*/
 
 namespace FEValuesViews
index 07b78749309c67b4f49c2f3b8303ad3437c555f1..c942224f51e3d3e79c5dca1d67721f0dd704bbab 100644 (file)
@@ -170,6 +170,35 @@ namespace FEValuesExtractors
 }
 
 
+/*------------------------ Inline functions: namespace FEValuesExtractors --------*/
+
+namespace FEValuesExtractors
+{
+  inline
+  Scalar::Scalar (const unsigned int component)
+    :
+    component (component)
+  {}
+
+
+
+  inline
+  Vector::Vector (const unsigned int first_vector_component)
+    :
+    first_vector_component (first_vector_component)
+  {}
+
+  template <int rank>
+  inline
+  SymmetricTensor<rank>::SymmetricTensor (const unsigned int first_tensor_component)
+    :
+    first_tensor_component (first_tensor_component)
+  {}
+}
+
+
+
+
 DEAL_II_NAMESPACE_CLOSE
 
 #endif

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.