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 de2f39c commit dbe4700
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
1 change: 0 additions & 1 deletion mechanism/mechanism_cell1/Gfluct.mod
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,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
RANGE g_seed
NONSPECIFIC_CURRENT i
}
Expand Down
14 changes: 10 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ state gates spike-timing-dependent plasticity. J Neurosci. 2010 Nov

Folders:

"..\morphology\" : contains the morphology of the model cell
"..\mechanism\" : contains mechanisms of the model cell
"..\experiment\" : contains experiments and data of simulations
"..\morphology\" : contains the morphology of the model cell
"..\mechanism\" : contains mechanisms of the model cell
"..\experiment\" : contains experiments and data of simulations


Instructions:
Expand All @@ -18,7 +18,7 @@ Instructions:
2- To Compile the mechanisms, you have to execute "clean-compile.bat"
file in folder "..\mechanism\mechanism_cell1\" (for mswin). For
linux/unix compile the mod files with nrnivmodl.
3- Simulations:
3- Simulations:

a) Execute "run.hoc" from "..\experiment\" folder.
b) Fit the morphology variable (diameter and length of dendrites
Expand All @@ -43,3 +43,9 @@ linux/unix compile the mod files with nrnivmodl.

For questions:
Jos� Francisco G�mez Gonz�lez, [email protected]

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 dbe4700

Please sign in to comment.