Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disallow STATE variables being GLOBAL #1723

Merged
merged 2 commits into from
Mar 23, 2022
Merged

Disallow STATE variables being GLOBAL #1723

merged 2 commits into from
Mar 23, 2022

Commits on Mar 23, 2022

  1. Disallow STATE variables being GLOBAL

     * state variables can not be global, see
       #1479 (comment)
     * before code generation iterate through all
       symbols and error if there is any state variable
       declared as global.
    pramodk committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    e2ccda6 View commit details
    Browse the repository at this point in the history
  2. Update nocpout.cpp

    Fix typo
    nrnhines authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    d39220a View commit details
    Browse the repository at this point in the history