Nicolas Cornu
Nicolas Cornu
In `state_discontinuity()` we have `if (state_discon_allowed_ && state_discon_flag_ == 0)` but in CoreNEURON we don't initialize `state_discon_allowed_` variable. In order to support this feature/usage of `state_discontinuity()`, I am wondering if...
https://github.com/BlueBrain/nmodl/issues/289
https://github.com/BlueBrain/nmodl/pull/778 Fix some of them. Do you think to other cases?
I will add something new here: https://github.com/LLNL/Caliper/pull/458 Would be good to modify the release note here: https://github.com/LLNL/Caliper/releases/tag/v2.10.0 To tell the breakage for both of those features
@1uc About your general comment, I want to keep this class simple and my future plan is to have more kind of output. `error`, `warning`, `fatal`, ... How should we...
I think this is fixed by #1125 and no more writing directly random functions
It has been added because sometime this is a double and this is forbidden to use this for indexing
https://github.com/BlueBrain/nmodl/issues/776
Better to ask first to @nrnhines
Do we think that one day we can fully remove this whole `redef.h` file? Why is it used for?