Skip to content

Commit

Permalink
Update MOD files to avoid conflicting variable and function name (#2)
Browse files Browse the repository at this point in the history
* This will be an error in the upcoming NEURON 9.0 release
* For details, see neuronsimulator/nrn#1992
  • Loading branch information
pramodk authored Nov 4, 2022
1 parent 4861441 commit 046522a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gfluct2.mod
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ NEURON {
POINT_PROCESS Gfluct2
RANGE g_e, g_i, E_e, E_i, g_e0, g_i0, g_e1, g_i1
RANGE std_e, std_i, tau_e, tau_i, D_e, D_i
RANGE new_seed
NONSPECIFIC_CURRENT i
}

Expand Down
3 changes: 3 additions & 0 deletions readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@
---------
2022-05: Updated MOD files to contain valid C++ and be compatible with
the upcoming versions 8.2 and 9.0 of NEURON.
2022-09: Update MOD files to avoid declaring variables and functions with the same name.
See https://github.com/neuronsimulator/nrn/pull/1992

</pre></html>

0 comments on commit 046522a

Please sign in to comment.