Skip to content
Snippets Groups Projects
Commit 852123df authored by Markus Blatt's avatar Markus Blatt
Browse files

Split {solvers|preconditioner}.hh to seperate interface from implementation.

The last commits caused compile errors for e.g. clang as I used
incomplete (only forward declared) types in template classes.
This patch moves the definition of InverseOperator and Preconditioners
from the headers solvers.hh and preconditioners into new separate
headers solver.hh and preconditioner.hh. This allows to include these
definitions in the previous headers without cause circular include directives.
parent f41b88b5
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment