UWB-Biocomputing/Graphitti

Move `registerSpikeHistoryVariables` function from `AllSpikingNeurons` to `AllVertices` base class

Closed this issue · 1 comments

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

And it should probably be renamed to something like registerHistoryVariables()