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

Create a pointer from Prop to Node. #2768

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Create a pointer from Prop to Node. #2768

wants to merge 2 commits into from

Commits on Mar 4, 2024

  1. Create a pointer from Prop to Node.

    When generating code to call processes from HOC or Python one difficulty
    can be obtaining the voltage. The voltage is associated with the Node.
    In the generated code we only have access to the Prop.
    
    We don't have access to the voltage via `Memb_list::nodeindices`. When
    generating code for NRN with NMODL, we don't populate what CoreNEURON
    calls `v_unused`.
    1uc committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9a3fd93 View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    github-actions[bot] committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    09b49db View commit details
    Browse the repository at this point in the history