From 34aaaad34e72c921ea72d7b023e5a5270e76dd40 Mon Sep 17 00:00:00 2001 From: Matthijs Bijman Date: Mon, 27 Feb 2017 15:19:15 +0100 Subject: Add tasks that run on 1 machine --- Simulator/include/simulation/Experiment.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Simulator/include/simulation/Experiment.h') 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; } -- cgit v1.2.3