BlueBrain / nmodl

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

Rework how Newton code is included. #1333

Open 1uc opened 1 month ago

1uc commented 1 month ago

We now unconditionally add 450 lines of boiler plate related to Newton to every generated file. It makes files needlessly hard to read. We should only include the code when needed.

It also needs to be improved to print all includes at the top.

1uc commented 1 month ago

One could also have a flag in NMODL to produce the files. Which could be use by nrnivmodl to dump them in a location the compiler can pick them up again.