Move `registerSpikeHistoryVariables` function from `AllSpikingNeurons` to `AllVertices` base class
Closed this issue · 1 comments
d-kamath commented
To improve the flexibility of registering spike history variables after deserialization, the function has to be moved from derived class AllSpikingNeurons
to AllVertices
so it can be accessed from Core
stiber commented
And it should probably be renamed to something like registerHistoryVariables()