]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
No point in passing an integer arg by reference.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 8 Apr 2005 20:55:22 +0000 (20:55 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 8 Apr 2005 20:55:22 +0000 (20:55 +0000)
git-svn-id: https://svn.dealii.org/trunk@10445 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/dofs/dof_constraints.templates.h

index e34008c40da15f68a5beda4fa8083308a22ad0bd..d444870d1a5d6fd739b1cf2c4a1bf881bd9f0304 100644 (file)
@@ -35,7 +35,7 @@ namespace
   inline
   bool
   is_fixed (const std::map<unsigned int, double> &fixed_dofs,
-           const unsigned int                   &i)
+           const unsigned int                    i)
   {
     return (fixed_dofs.find(i) != fixed_dofs.end());
   }

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.