Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid errors with STATE variables without DERIVATE block
* In case of state variables without ODEs or SOLVE block we get errors like: V not really a STATE; Ie. No differential equation for it gNMDA not really a STATE; Ie. No differential equation for it * Not sure about the "desirable" fix here: - should we avoid declaring variables as STATE - use workaround of empty SOLVE block like this PR - have fix in neuron to avoid this as an error Tagging @nrnhines for this to discuss.
- Loading branch information