BlueBrain / nmodl

Code Generation Framework For NEURON MODeling Language
https://bluebrain.github.io/nmodl/
Apache License 2.0
57 stars 15 forks source link

Refactor printing setup code in entrypoints. #1502

Closed 1uc closed 1 month ago

1uc commented 1 month ago

The entrypoints into the MOD file from NEURON typically require setting up some variable, e.g. _lmr, inst, node_data, _thread_vars, etc.

The code has roughly two favours: