MCPcopy Create free account
hub / github.com/aff3ct/aff3ct / Simulation

Method Simulation

src/Factory/Simulation/Simulation.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15const std::string aff3ct::factory::Simulation_prefix = "sim";
16
17Simulation ::Simulation(const std::string& name, const std::string& prefix)
18 : Launcher(name, Simulation_name, prefix)
19 , noise(new factory::Noise(prefix))
20{
21}
22
23Simulation*
24Simulation ::clone() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected