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

Method Simulation

src/Simulation/Simulation.cpp:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6using namespace aff3ct::simulation;
7
8Simulation ::Simulation()
9 : simu_error(false)
10{
11 spu::tools::Signal_handler::init();
12 spu::tools::Buffer_allocator::set_task_autoalloc(true);
13}
14
15bool
16Simulation ::is_error() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected