Follow up to PR #3468
Overview of the change
Currently, nrnivmodl-cmake supports both nocmodl and NMODL.
It sure would be convenient to remove nocmodl from nrnivmodl-cmake
Pros:
- Fewer features makes it faster to develop.
- We don't spent time developing for nocmodl, which will be removed eventually.
Cons:
- I don't think anyone had big plans for using nrnivmodl-cmake with nocmodl?
- For testing, it might be nice to have two implementations of nrnivmodl, but then again that means twice as much code to test...
Follow up to PR #3468
Overview of the change
Currently, nrnivmodl-cmake supports both nocmodl and NMODL.
It sure would be convenient to remove
nocmodlfromnrnivmodl-cmakePros:
Cons: