]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Do not mark a pointer as 'mutable' where not necessary. 16404/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 2 Jan 2024 18:22:45 +0000 (11:22 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 2 Jan 2024 18:22:45 +0000 (11:22 -0700)
include/deal.II/lac/trilinos_sparsity_pattern.h

index b29175d374dbadf352bfd2a58fb81a28c66a06a8..0b219eec3a0dcd252446000eb729b144d7e2ecdd 100644 (file)
@@ -124,7 +124,7 @@ namespace TrilinosWrappers
       /**
        * The matrix accessed.
        */
-      mutable SparsityPattern *sparsity_pattern;
+      SparsityPattern *sparsity_pattern;
 
       /**
        * Current row number.

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.