| 15 | const std::string aff3ct::factory::Simulation_prefix = "sim"; |
| 16 | |
| 17 | Simulation ::Simulation(const std::string& name, const std::string& prefix) |
| 18 | : Launcher(name, Simulation_name, prefix) |
| 19 | , noise(new factory::Noise(prefix)) |
| 20 | { |
| 21 | } |
| 22 | |
| 23 | Simulation* |
| 24 | Simulation ::clone() const |
nothing calls this directly
no outgoing calls
no test coverage detected