From e0d08f097989bd0e0435f6d70942048572b88b04 Mon Sep 17 00:00:00 2001 From: Luc Grosheintz Date: Wed, 29 May 2024 16:16:39 +0200 Subject: [PATCH] Fix integration tests. There must not be a clash of FUNCTION and RANGE names. --- test/integration/mod/glia_sparse.mod | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/mod/glia_sparse.mod b/test/integration/mod/glia_sparse.mod index ebc58072e7..ab325573d5 100644 --- a/test/integration/mod/glia_sparse.mod +++ b/test/integration/mod/glia_sparse.mod @@ -2,7 +2,6 @@ NEURON { SUFFIX glia - RANGE alfa, beta RANGE Aalfa, Valfa, Abeta, Vbeta }