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

Needed to specify the Copyflags for building the matrix hierarchy.

[[Imported from SVN: r495]]
parent 43162c8c
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,7 @@ namespace Dune
IsTrue<static_cast<int>(P::category)==static_cast<int>(S::category)>::yes();
MatrixHierarchy* matrices = new MatrixHierarchy(const_cast<Matrix&>(matrix), pinfo);
matrices->template build<EmptySet<int> >(criterion);
matrices->template build<typename P::CopyFlags>(criterion);
matrices_ = matrices;
// build the necessary smoother hierarchies
......
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