From 046522ad882aebe28683293b8febf2b53aec9553 Mon Sep 17 00:00:00 2001 From: Pramod Kumbhar Date: Fri, 4 Nov 2022 17:41:58 +0100 Subject: [PATCH] Update MOD files to avoid conflicting variable and function name (#2) * This will be an error in the upcoming NEURON 9.0 release * For details, see https://github.com/neuronsimulator/nrn/pull/1992 --- Gfluct2.mod | 1 - readme.html | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Gfluct2.mod b/Gfluct2.mod index 272ecd3..36a772d 100644 --- a/Gfluct2.mod +++ b/Gfluct2.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.html b/readme.html index 81662ec..a6a4f74 100644 --- a/readme.html +++ b/readme.html @@ -33,4 +33,7 @@ --------- 2022-05: Updated MOD files to contain valid C++ and be compatible with the upcoming versions 8.2 and 9.0 of NEURON. +2022-09: Update MOD files to avoid declaring variables and functions with the same name. + See https://github.com/neuronsimulator/nrn/pull/1992 +