Skip to content
Snippets Groups Projects
Commit 496d9629 authored by Christian Engwer's avatar Christian Engwer
Browse files

copyToLocalMatrix is defined in the scope of the father class

[[Imported from SVN: r1338]]
parent 9505fbb4
No related branches found
No related tags found
No related merge requests found
......@@ -218,7 +218,7 @@ namespace Dune {
template<class S>
void ILU0SubdomainSolver<M,X,Y>::setSubMatrix(const M& A, S& rowSet)
{
copyToLocalMatrix(A,rowSet);
this->copyToLocalMatrix(A,rowSet);
bilu0_decomposition(this->ILU);
}
......
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