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

note -> ISSUE #417

parent 4eb997e2
No related branches found
No related tags found
1 merge request!1272Consolidate simulation classes; don't wrap SpinMatrix in PolMatrices
......@@ -139,10 +139,9 @@ SimulationResult ISimulation::simulate()
m_progress->reset();
m_progress->setExpectedNTicks(param_combinations * total_size);
// restrict calculation to current batch
// restrict calculation to current batch (when is this used?? - ISSUE #417)
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);
const size_t batch_size = batchSize(n_batches, current_batch, total_size);
ASSERT(batch_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