summaryrefslogtreecommitdiff
path: root/Simulator/include/simulation/Experiment.h
diff options
context:
space:
mode:
authorMatthijs Bijman <matthijs@bijman.org>2017-02-27 15:19:15 +0100
committerMatthijs Bijman <matthijs@bijman.org>2017-02-27 15:19:15 +0100
commit34aaaad34e72c921ea72d7b023e5a5270e76dd40 (patch)
tree64c65d557c5323a23f4ce6f31b20da744d44badb /Simulator/include/simulation/Experiment.h
parentcc5c5a7eac0ebcf97c283e1e0dd1674c855a261a (diff)
Add tasks that run on 1 machine
Diffstat (limited to 'Simulator/include/simulation/Experiment.h')
-rw-r--r--Simulator/include/simulation/Experiment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Simulator/include/simulation/Experiment.h b/Simulator/include/simulation/Experiment.h
index 400f418a..54a861e6 100644
--- a/Simulator/include/simulation/Experiment.h
+++ b/Simulator/include/simulation/Experiment.h
@@ -110,7 +110,7 @@ namespace Simulation
/**
* \return The history of this experiment that has no yet been written to the database.
*/
- SimulationHistory getHistory() const
+ SimulationHistory& getHistory()
{
return history;
}