nestml icon indicating copy to clipboard operation
nestml copied to clipboard

Fix upper case state variable name naming clash

Open clinssen opened this issue 3 years ago • 1 comments

Fixes #765.

clinssen avatar Apr 24 '22 19:04 clinssen

Perhaps we could eliminate the use of .upper() to uppercase variable names in the generated code (and also move to C++ enum class for StateVecElems to ensure proper scoping of the enum members).

clinssen avatar Sep 15 '23 15:09 clinssen