gentryx/libgeodecomp

Simulator.h is not perfekt as Asbstract class

Closed this issue · 1 comments

Simulator.h have some pure-virtual functions, which are not practical in all cases, like the step() or getStep() function in an AutotuningSimulator.

It's actually intended behavior that some functions are already implemented in Simulator. They're all virtual though, so they can be overridden.