diff --git a/mechanism/mechanism_cell1/Gfluct.mod b/mechanism/mechanism_cell1/Gfluct.mod index f62cdd0..8b74aa0 100644 --- a/mechanism/mechanism_cell1/Gfluct.mod +++ b/mechanism/mechanism_cell1/Gfluct.mod @@ -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 } diff --git a/readme.txt b/readme.txt index c4f8191..913ee79 100644 --- a/readme.txt +++ b/readme.txt @@ -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: @@ -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 @@ -43,3 +43,9 @@ linux/unix compile the mod files with nrnivmodl. For questions: José Francisco Gómez González, jfcgomez@ull.edu.es + +Changelog +========= + +* 20220924: Update MOD files to avoid declaring variables and functions with the same name. See https://github.com/neuronsimulator/nrn/pull/1992 +