Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Issue with VERBATIM blocks being defined after NEURON block with THREADSAFE #69

@iomaganaris

Description

@iomaganaris

Translation of mod files with VERBATIM blocks defined after a NEURON block with THREADSAFE keyword fail with the same error as without having the THREADSAFE keyword, complaining about thread safety of the mod file.
Moving the NEURON block with the THREADSAFE keyword before the VERBATIM block, for example in the beginning of the mod file, fixes the issue.
Example mod file: https://github.com/suny-downstate-medical-center/M1/blob/master/mod/ch_CavL.mod

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions