Skip to content

Commit

Permalink
Update MOD files to avoid conflicting variable and function name (#1)
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 15ac794 commit 3587347
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gfluctdv.mod
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ NEURON {
SUFFIX Gfluctdv
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
GLOBAL multex,multin
NONSPECIFIC_CURRENT i

Expand Down
7 changes: 7 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,10 @@ L_Ca_inact. Then run batchrun20poolLCainact.
20160129 A bug introduced by Tom Morse's conversion of a perl script
to pars2manyhocs.py was noted by Randy Powers and fixed. The new
version required updating csv files to remove last line comments.

Changelog
=========

* 20220924: Update MOD files to avoid declaring variables and functions with the same name.
See https://github.com/neuronsimulator/nrn/pull/1992

0 comments on commit 3587347

Please sign in to comment.