]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make variables const and thus Intel C++ compiler more happy.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 17 May 2001 11:14:56 +0000 (11:14 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 17 May 2001 11:14:56 +0000 (11:14 +0000)
git-svn-id: https://svn.dealii.org/trunk@4623 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/precondition_block.templates.h

index be574a4addbc709609c2762a8b1db397d681b447..a676d2f1b5b73f8836cdb0931f15f6c549b64675 100644 (file)
@@ -57,7 +57,7 @@ void PreconditionBlock<number,inverse_type>::clear ()
 
 template <typename number, typename inverse_type>
 void PreconditionBlock<number,inverse_type>::initialize (const SparseMatrix<number> &M,
-                                                        unsigned int bsize,
+                                                        const unsigned int bsize,
                                                         const double relax)
 {
   clear();

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.