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

expand auto

parent 6310b197
No related branches found
No related tags found
1 merge request!1276rm ISimulation::compute
...@@ -130,7 +130,7 @@ SimulationResult ISimulation::simulate() ...@@ -130,7 +130,7 @@ SimulationResult ISimulation::simulate()
prepareSimulation(); prepareSimulation();
const auto re_sample = ReSample::make(*m_sample, options(), force_polarized()); const ReSample re_sample = ReSample::make(*m_sample, options(), force_polarized());
const size_t total_size = numberOfElements(); const size_t total_size = numberOfElements();
size_t param_combinations = distributionHandler().getTotalNumberOfSamples(); size_t param_combinations = distributionHandler().getTotalNumberOfSamples();
......
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