Skip to content

Fix child.mod/childa.mod for NEURON 8.2 and 9 C++ MOD translation. - #1

Open
nrnhines wants to merge 1 commit into
ModelDBRepository:mainfrom
nrnhines:hines/901-fix
Open

Fix child.mod/childa.mod for NEURON 8.2 and 9 C++ MOD translation.#1
nrnhines wants to merge 1 commit into
ModelDBRepository:mainfrom
nrnhines:hines/901-fix

Conversation

@nrnhines

@nrnhines nrnhines commented Aug 7, 2026

Copy link
Copy Markdown

Use NRN_VERSION_GTEQ(9,0,0) wrappers: accessors on 9+, direct Section child/sibling on older NEURON. Convert K&R definitions to prototypes and drop local zero-arg redeclarations of chk_access and hoc_parse_stmt that break under C++.

Use NRN_VERSION_GTEQ(9,0,0) wrappers: accessors on 9+, direct
Section child/sibling on older NEURON. Convert K&R definitions to
prototypes and drop local zero-arg redeclarations of chk_access and
hoc_parse_stmt that break under C++.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant