Skip to content
Snippets Groups Projects
Commit 2a92cef5 authored by Martin Hanzik's avatar Martin Hanzik Committed by Jan Trávníček
Browse files

Default to sequential

parent b6abac88
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ void MainWindow::on_RunBtn_clicked()
{
std::shared_ptr<abstraction::OperationAbstraction> result;
try {
#if 0
#if 1
ModelBox::clearCachedResults();
result = this->outputBox->getModelBox()->evaluate();
#else
......
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