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 Feb 5, 2021
1 parent d524823 commit d5683f4
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 @@ -191,7 +191,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 d5683f4

Please sign in to comment.