提交 0dca4c31 编写于 作者: V Vaclav Bubnik

Thread compute returns true when it is finished.

上级 8502831f
......@@ -66,7 +66,7 @@ bool AlgorithmThread::compute()
if (algorithm_)
{
finished = algorithm_->step();
finished = !algorithm_->step();
}
else
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册