Skip to content

Commit

Permalink
remove warning for TIDY
Browse files Browse the repository at this point in the history
  • Loading branch information
blaisb committed Sep 9, 2024
1 parent 668308a commit 7d2b761
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions source/solvers/fluid_dynamics_matrix_free_operators.cc
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,13 @@ NavierStokesOperatorBase<dim, number>::get_system_matrix() const
},
{},
boundary_function);
#else
void(*) cell;
void(*) face;
void(*) column;
Assert(false,
ExcNotImplemented(
The matrix free solver is not supported in deal.II 9.5 and below));
#endif

// make sure that diagonal entries related to constrained dofs
Expand Down

0 comments on commit 7d2b761

Please sign in to comment.