For example, in:
|
virtual void initStarterMap(); |
the method initStarterMap() only applies to neural simulations. The base class should have generic initialization methods and domain-specific ones should be defined and called from the generic methods in derived classes.
For example, in:
Graphitti/Simulator/Layouts/Layout.h
Line 58 in a413071
the method
initStarterMap()only applies to neural simulations. The base class should have generic initialization methods and domain-specific ones should be defined and called from the generic methods in derived classes.