]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Clean-ups.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 26 Mar 1999 18:46:06 +0000 (18:46 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 26 Mar 1999 18:46:06 +0000 (18:46 +0000)
git-svn-id: https://svn.dealii.org/trunk@1057 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/fe/fe.h

index 2e463e4aa62ded0b476690bcc38dad7105040073..96756519f81d78c36c1c6dea47a4b0ee8cde669c 100644 (file)
@@ -1397,8 +1397,14 @@ class FiniteElement : public FiniteElementBase<dim>
                    << arg1 << ") because it would be prohibitively expensive.");
 };
 
+
+
+/* ------------------------------- Inline functions ----------------------- */
+
+
 template <int dim>
-inline unsigned int
+inline
+unsigned int
 FiniteElementBase<dim>::component_to_system_index (unsigned int component,
                                                   unsigned int component_index) const
 {
@@ -1408,16 +1414,22 @@ FiniteElementBase<dim>::component_to_system_index (unsigned int component,
   return component_to_system_table[component][component_index];
 }
 
+
+
 template <int dim>  
-inline pair<unsigned int,unsigned int>
+inline
+pair<unsigned int,unsigned int>
 FiniteElementBase<dim>::system_to_component_index (unsigned int index) const
 {
   Assert(index < system_to_component_table.size(), ExcInvalidIndex(index));
   return system_to_component_table[index];
 }
 
+
+
 template <int dim>
-inline unsigned int
+inline
+unsigned int
 FiniteElementBase<dim>::face_component_to_system_index (unsigned int component,
                                                        unsigned int component_index) const
 {
@@ -1427,8 +1439,11 @@ FiniteElementBase<dim>::face_component_to_system_index (unsigned int component,
   return face_component_to_system_table[component][component_index];
 }
 
+
+
 template <int dim>  
-inline pair<unsigned int,unsigned int>
+inline
+pair<unsigned int,unsigned int>
 FiniteElementBase<dim>::face_system_to_component_index (unsigned int index) const
 {
   Assert(index < system_to_component_table.size(), ExcInvalidIndex(index));

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.