summaryrefslogtreecommitdiff
path: root/Simulator/include
diff options
context:
space:
mode:
authorMatthijs Bijman <matthijs@bijman.org>2017-02-26 16:43:17 +0100
committerMatthijs Bijman <matthijs@bijman.org>2017-02-26 16:43:17 +0100
commit0709a81231b695caecb2269fe23d8dadeb764892 (patch)
tree562afa3ef3d3088abf776c5aa55d13c736c8d500 /Simulator/include
parent0759126fcf9b1e58341b95a0181678d337fca370 (diff)
Remove unused template parameter of Simulator
Diffstat (limited to 'Simulator/include')
-rw-r--r--Simulator/include/Simulator.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Simulator/include/Simulator.h b/Simulator/include/Simulator.h
index 1e0aaeb6..c41a4c2b 100644
--- a/Simulator/include/Simulator.h
+++ b/Simulator/include/Simulator.h
@@ -10,7 +10,6 @@ namespace Simulation
/*
The Simulator class controls (the creation of) all experiments, and providing access to the database.
*/
- template<typename SimulationType>
class Simulator
{
public: