]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make a variable const.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 11 Feb 2006 22:26:25 +0000 (22:26 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 11 Feb 2006 22:26:25 +0000 (22:26 +0000)
git-svn-id: https://svn.dealii.org/trunk@12323 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-20/step-20.cc

index 6ae8e9aab05eeeaee90be56f0866b921f71aed99..f67e11a3f09847d85f20c5f42013d69ca97da92b 100644 (file)
@@ -807,7 +807,7 @@ class SchurComplement
 template <int dim>
 void MixedLaplaceProblem<dim>::solve () 
 {
-  InverseMatrix m_inverse (system_matrix.block(0,0));
+  const InverseMatrix m_inverse (system_matrix.block(0,0));
   Vector<double> tmp (solution.block(0).size());
   
   {

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.