Skip to content

Commit

Permalink
Merge pull request dealii#14241 from kronbichler/fix_warning
Browse files Browse the repository at this point in the history
Fix a warning
  • Loading branch information
peterrum committed Sep 6, 2022
2 parents 12dfa30 + 7219d12 commit 0b81c2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/deal.II/lac/precondition.h
Original file line number Diff line number Diff line change
Expand Up @@ -1104,6 +1104,7 @@ namespace internal
const unsigned int i,
const bool transposed)
{
(void)transposed;
using Number = typename VectorType::value_type;

if (i == 0)
Expand Down

0 comments on commit 0b81c2e

Please sign in to comment.