You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1622 has added the support for usage of POINTER variables for CoreNEURON. But, if we use such variable in block like PROCEDURE then we get compilation error.
Expected result/behavior
MOD file should compile just fine.
NEURON setup
Version: master
Installation method: default CMake build with coreneuron support
* POINTER variables were not usable in PROCEDURE, FUNCTION and many
other blocks.
* We now redefine such POINTER variables us _nt which is an argument
to all necessary functions
fixesneuronsimulator/nrn#1782
…804)
* POINTER variables were not usable in PROCEDURE, FUNCTION and many
other blocks.
* We now redefine such POINTER variables us _nt which is an argument
to all necessary functions
fixesneuronsimulator/nrn#1782
Context
#1622 has added the support for usage of
POINTER
variables for CoreNEURON. But, if we use such variable in block likePROCEDURE
then we get compilation error.Expected result/behavior
MOD file should compile just fine.
NEURON setup
Minimal working example - MWE
Additional info
This issue came across while testing MOD file reported in suny-downstate-medical-center/netpyne#667.
The text was updated successfully, but these errors were encountered: