| 6 | using namespace aff3ct::simulation; |
| 7 | |
| 8 | Simulation ::Simulation() |
| 9 | : simu_error(false) |
| 10 | { |
| 11 | spu::tools::Signal_handler::init(); |
| 12 | spu::tools::Buffer_allocator::set_task_autoalloc(true); |
| 13 | } |
| 14 | |
| 15 | bool |
| 16 | Simulation ::is_error() const |
nothing calls this directly
no outgoing calls
no test coverage detected