diff --git a/Gfluct.mod b/Gfluct.mod index 4fc8e1e..42ca05a 100644 --- a/Gfluct.mod +++ b/Gfluct.mod @@ -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 } diff --git a/readme.txt b/readme.txt index 4f3d989..0733c86 100644 --- a/readme.txt +++ b/readme.txt @@ -18,7 +18,7 @@ those that, during one of the trials (seed=1), with a specific context somatic spike (see the paper for a definition of a valid spike). The results generated by 10 trials are stored in the file "c033-all-seeds.txt", which is used to calculate the average presence -of a given oblique in a valid 5-ple. +of a given oblique in a valid 5-ple. This simulation file is for illustration purposes only. It can be launched on a parallel system, but requires some editing to run the @@ -32,3 +32,10 @@ average, is relatively independent from the context. Questions on how to use this model should be directed to michele.migliore@pa.ibf.cnr.it + + +Changelog +========= + +* 20220924: Update MOD files to avoid declaring variables and functions with the same name. + See https://github.com/neuronsimulator/nrn/pull/1992