]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make a few functions inline. This makes icc happier when linking statically, since...
authordeal <deal@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 13 Apr 2005 23:06:29 +0000 (23:06 +0000)
committerdeal <deal@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 13 Apr 2005 23:06:29 +0000 (23:06 +0000)
git-svn-id: https://svn.dealii.org/trunk@10480 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_q_hierarchical.cc
deal.II/deal.II/source/fe/fe_raviart_thomas.cc

index a34b181610f8a2e0b533b0a240573b8073a4b551..7c6f847ac6eb901f686b8eed3562767fd5f0ac08 100644 (file)
@@ -23,6 +23,7 @@
 
 namespace 
 {
+  inline
   std::vector<unsigned int>
   invert_numbering (const std::vector<unsigned int> &in)
   {
index 1145df48c58eaee274df34681fff8d1025375f8e..a0c8fb9bc226a2cb3c1cebc8a3ee07d24dab9053 100644 (file)
@@ -72,6 +72,7 @@ namespace
                                   // highest. we use this to select
                                   // interpolation points primarily
                                   // in this direction then
+  inline
   Point<2> generate_unit_point (const unsigned int j,
                                const unsigned int N,
                                const unsigned int d,
@@ -103,6 +104,7 @@ namespace
                                   //
                                   // the same applies as above for
                                   // the meaning of the parameter "d"
+  inline
   Point<3> generate_unit_point (const unsigned int /*j*/,
                                const unsigned int N,
                                const unsigned int d,

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.