Skip to content

Commit

Permalink
Merge pull request #15751 from peterrum/mf_exception
Browse files Browse the repository at this point in the history
Remove unused exception
  • Loading branch information
bangerth committed Jul 15, 2023
2 parents 161b348 + e2b13ce commit a1e45a1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/deal.II/multigrid/mg_transfer_matrix_free.h
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,6 @@ class MGTransferMatrixFree
MGLevelObject<LinearAlgebra::distributed::Vector<Number>> &dst,
const BlockVectorType2 & src) const;

/**
* Finite element does not provide prolongation matrices.
*/
DeclException0(ExcNoProlongation);

/**
* Memory used by this object.
*/
Expand Down

0 comments on commit a1e45a1

Please sign in to comment.