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 ca23dcb commit 2d4e0b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,10 @@
<li> Additional note: the data related to the model, the experiments with which it was verified, are also public (an account must be generated, however it is free) and can be found here: <a href="https://data.donders.ru.nl/collections/shared/di.dcn.DSC_626840_0002_144/versions/1?0">https://data.donders.ru.nl/collections/shared/di.dcn.DSC_626840_0002_144/versions/1?0</a>. This is hosted by Radboud University, The Netherlands.
</ol>

<dt>Changelog</dt>
<ul>
<li>20220924: Update MOD files to avoid declaring variables and functions with the same name. See https://github.com/neuronsimulator/nrn/pull/1992</li>
</ul>

</body>
</html>
3 changes: 1 addition & 2 deletions high_conductance_state/Gfluct.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 Expand Up @@ -179,4 +178,4 @@ PROCEDURE new_seed(seed) { : procedure to set the seed
VERBATIM
printf("Setting random generator with seed = %g\n", _lseed);
ENDVERBATIM
}
}

0 comments on commit 2d4e0b3

Please sign in to comment.