Skip to content
Snippets Groups Projects
Commit eba49954 authored by oliver.sander_at_tu-dresden.de's avatar oliver.sander_at_tu-dresden.de
Browse files

Fix bug in MultigridStep constructor

One constructor contained an assignment from a C pointer to
std::shared_ptr.  Apparently nobody ever uses this constructor
(otherwise the bug would have been noticed a long time ago),
but the clang CI runs for the dune-gfe modules complain.

This patch adds a fix and a small test.
parent 5272497a
No related branches found
No related tags found
1 merge request!45Fix bug in MultigridStep constructor
Pipeline #31413 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment