Skip to content

Commit

Permalink
Merge pull request #16404 from bangerth/trilinos-2
Browse files Browse the repository at this point in the history
Do not mark a pointer as 'mutable' where not necessary.
  • Loading branch information
peterrum committed Jan 3, 2024
2 parents ab40d37 + 47158f2 commit 2f4baac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/deal.II/lac/trilinos_sparsity_pattern.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ namespace TrilinosWrappers
/**
* The matrix accessed.
*/
mutable SparsityPattern *sparsity_pattern;
SparsityPattern *sparsity_pattern;

/**
* Current row number.
Expand Down

0 comments on commit 2f4baac

Please sign in to comment.