From 10cd19b1b42a6544c5df300023601028823f04d2 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de> Date: Thu, 12 Jan 2023 16:02:41 +0100 Subject: [PATCH] note -> ISSUE #417 --- Sim/Simulation/ISimulation.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Sim/Simulation/ISimulation.cpp b/Sim/Simulation/ISimulation.cpp index 84f4bb8646e..a438bdc8a09 100644 --- a/Sim/Simulation/ISimulation.cpp +++ b/Sim/Simulation/ISimulation.cpp @@ -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); -- GitLab