Skip to content
Snippets Groups Projects
Commit 9424558c authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

todo note, not worth an issue

parent 01161b2c
No related branches found
No related tags found
1 merge request!1453todo note, not worth an issue (#417)
Pipeline #91826 passed
......@@ -135,7 +135,7 @@ SimulationResult ISimulation::simulate()
m_progress->reset();
m_progress->setExpectedNTicks(n_combinations * total_size);
// restrict calculation to current batch (when is this used?? - ISSUE #417)
// restrict calculation to current batch // TODO: clarify
const size_t n_batches = m_options->getNumberOfBatches();
const size_t current_batch = m_options->getCurrentBatch();
const size_t batch_start = startIndex(n_batches, current_batch, total_size);
......
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