Skip to content

Commit

Permalink
fix BiCGSTAB half iteration log
Browse files Browse the repository at this point in the history
  • Loading branch information
upsj committed Mar 1, 2021
1 parent 05a0ee6 commit 61693d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/solver/bicgstab.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ void Bicgstab<ValueType>::apply_impl(const LinOp *b, LinOp *x) const
&stop_status));
}
this->template log<log::Logger::iteration_complete>(this, iter,
r.get());
s.get());
if (all_converged) {
break;
}
Expand Down

0 comments on commit 61693d2

Please sign in to comment.