nmodl
nmodl copied to clipboard
Rework how Newton code is included.
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.
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.