Skip to content
Snippets Groups Projects
Commit 2d2e524c authored by Oliver Sander's avatar Oliver Sander Committed by sander@FU-BERLIN.DE
Browse files

include p2top1mgtransfer.hh only when HIGHER_ORDER is set

[[Imported from SVN: r7843]]
parent b03a4054
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,9 @@
#include <dune/solvers/iterationsteps/trustregiongsstep.hh>
#include <dune/solvers/iterationsteps/mmgstep.hh>
#include <dune/solvers/transferoperators/truncatedcompressedmgtransfer.hh>
#ifdef HIGHER_ORDER
#include <dune/solvers/transferoperators/p2top1mgtransfer.hh>
#endif
#include <dune/solvers/transferoperators/mandelobsrestrictor.hh>
#include <dune/solvers/solvers/iterativesolver.hh>
#include "maxnormtrustregion.hh"
......
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