From 63066908dc4ca12f25b93906910a4aecdb3af12e Mon Sep 17 00:00:00 2001 From: Pramod Kumbhar Date: Mon, 25 Apr 2022 13:35:42 +0200 Subject: [PATCH] Update mod2c: fix for POINTER variables in PROCEDURE or others block (#804) * POINTER variables were not usable in PROCEDURE, FUNCTION and many other blocks. * We now redefine such POINTER variables us _nt which is an argument to all necessary functions fixes neuronsimulator/nrn#1782 --- external/mod2c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/mod2c b/external/mod2c index 683ba3a9c..6166690d5 160000 --- a/external/mod2c +++ b/external/mod2c @@ -1 +1 @@ -Subproject commit 683ba3a9c0bf0a1126fbee93daad57d9c4c29da0 +Subproject commit 6166690d54ce107a2fecd791ec8256d8b39278d6