UWB-Biocomputing / Graphitti

A project to facilitate construction of high-performance simulations of graph-structured systems.
https://uwb-biocomputing.github.io/Graphitti/
Apache License 2.0
7 stars 14 forks source link

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

Closed d-kamath closed 1 month ago

d-kamath commented 2 months ago

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 2 months ago

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