Skip to content

[amg] replace manual memory management with shared_ptr in FastAMG

Christian Engwer requested to merge feature/fastamg-memory-management into master

When cleaning up the memory management I missed the FastAMG. This MR removes manual pointer management from FastAMG.

Merge request reports