From: Wolfgang Bangerth <bangerth@colostate.edu>
Date: Tue, 2 Jan 2024 18:22:45 +0000 (-0700)
Subject: Do not mark a pointer as 'mutable' where not necessary.
X-Git-Tag: relicensing~203^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47158f2ffb00f1ab8dde6dcb4f7e0b5c7c2b3a47;p=dealii.git

Do not mark a pointer as 'mutable' where not necessary.
---

diff --git a/include/deal.II/lac/trilinos_sparsity_pattern.h b/include/deal.II/lac/trilinos_sparsity_pattern.h
index b29175d374..0b219eec3a 100644
--- a/include/deal.II/lac/trilinos_sparsity_pattern.h
+++ b/include/deal.II/lac/trilinos_sparsity_pattern.h
@@ -124,7 +124,7 @@ namespace TrilinosWrappers
       /**
        * The matrix accessed.
        */
-      mutable SparsityPattern *sparsity_pattern;
+      SparsityPattern *sparsity_pattern;
 
       /**
        * Current row number.