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
* Update MOD files to avoid conflicting variable and function name

* This will be an error in the upcoming NEURON 9.0 release
* For details, see neuronsimulator/nrn#1992

* Update README.html

Co-authored-by: ramcdougal <[email protected]>
  • Loading branch information
pramodk and ramcdougal authored Nov 4, 2022
1 parent 495fb7f commit 7760eb7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,12 @@
For example selecting "Active precise", and then
"Run + calc histogram" should create the following figures<p/>
<img src="./screenshot.png" alt="screenshot">
<br><br><br>
<u>Changelog</u>
<ul>
<li>20220924: Update MOD files to avoid declaring variables and functions with the same name.
See <a href="https://github.com/neuronsimulator/nrn/pull/1992">https://github.com/neuronsimulator/nrn/pull/1992</a>
</li>
</ul>

</html>
1 change: 0 additions & 1 deletion corrgen8.mod
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ NEURON {
RANGE on, latency, shutoff
RANGE x, ns, ls, sync
RANGE spont, prob, N2
RANGE new_seed, printvec
}

UNITS {
Expand Down

0 comments on commit 7760eb7

Please sign in to comment.