nest / nestml

A domain specific language for neuron and synapse models in spiking neural network simulation
GNU General Public License v2.0
46 stars 45 forks source link

Change neuron partner preprocessor #DEFINE to typedef #883

Closed clinssen closed 1 year ago

clinssen commented 1 year ago

This allows each synapse to have exactly one paired neuron. Previously, preprocessor #DEFINEs could conflict with one another across different generated synapse model files.

clinssen commented 1 year ago

Thanks!