nmodl icon indicating copy to clipboard operation
nmodl copied to clipboard

Rework how Newton code is included.

Open 1uc opened this issue 1 year ago • 1 comments

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 avatar Jul 08 '24 14:07 1uc

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.

1uc avatar Jul 08 '24 14:07 1uc