Skip to content

Commit

Permalink
complete generalization of inv_richardson_multiprec to multiple flavours
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrzewa committed Jul 7, 2017
1 parent 0a7cbb7 commit d1823e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/qphix/inv_richardson_multiprec.h
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ class InvRichardsonMultiPrec
}

InvRichardsonMultiPrec(
EvenOddLinearOperator<FT, V, S, Compress> &m_outer_,
AbstractSolver<FTInner, VInner, SInner, CompressInner> &solver_inner_,
EvenOddLinearOperatorBase &m_outer_,
AbstractSolver<FTInner, VInner, SInner, CompressInner, EvenOddLinearOperatorBase::num_flav > &solver_inner_,
const double delta_,
const int max_iters_)
: m_outer(m_outer_), solver_inner(solver_inner_), delta(delta_),
Expand Down

0 comments on commit d1823e9

Please sign in to comment.