diff options
| author | Matthijs Bijman <matthijs@bijman.org> | 2017-02-27 15:19:15 +0100 |
|---|---|---|
| committer | Matthijs Bijman <matthijs@bijman.org> | 2017-02-27 15:19:15 +0100 |
| commit | 34aaaad34e72c921ea72d7b023e5a5270e76dd40 (patch) | |
| tree | 64c65d557c5323a23f4ce6f31b20da744d44badb /Simulator/include/Simulator.h | |
| parent | cc5c5a7eac0ebcf97c283e1e0dd1674c855a261a (diff) | |
Add tasks that run on 1 machine
Diffstat (limited to 'Simulator/include/Simulator.h')
| -rw-r--r-- | Simulator/include/Simulator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Simulator/include/Simulator.h b/Simulator/include/Simulator.h index c41a4c2b..d0828dcd 100644 --- a/Simulator/include/Simulator.h +++ b/Simulator/include/Simulator.h @@ -64,7 +64,7 @@ namespace Simulation auto it = experiments.begin(); while(it != experiments.end()) { - auto history = (*it).second.getHistory(); + auto& history = (*it).second.getHistory(); if (history.historySize() > 3000 || (*it).second.isFinished()) write((*it).first); |
