Search found 2 matches

by redarrow
Tue Mar 06, 2012 12:04 pm
Forum: Adding new mechanisms and functions to NEURON
Topic: Declare a matrix in NMODL
Replies: 1
Views: 2035

Declare a matrix in NMODL

Hi,

I was wondering whether it is possible to declare a matrix in NMODL, without having to use VERBATIM blocks. I tried to use the same syntax as for arrays, but the compilation failed.

Thank you for your help,
Daniele
by redarrow
Thu Feb 02, 2012 10:09 am
Forum: UNIX/Linux
Topic: Linking external libraries with nrnivmodl
Replies: 1
Views: 2539

Linking external libraries with nrnivmodl

Hello, is there a way of linking an external library (I have included code that uses the GNU scientific library in a MOD-file) when using nrnivmodl? I've been able to accomplish this by recompiling NEURON and defining appropriate environment variables (namely, CFLAGS and LDFLAGS), but it would be ni...