- Notifications
You must be signed in to change notification settings - Fork16
Open
Labels
Description
For example, in:
Graphitti/Simulator/Layouts/Layout.h
Line 58 ina413071
| virtualvoidinitStarterMap(); |
the methodinitStarterMap() 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.