How to specify include files in VERBATIM/ENDVERBATIM blocks

NMODL and the Channel Builder.
Post Reply
AG

How to specify include files in VERBATIM/ENDVERBATIM blocks

Post by AG »

I would like to know if it is possible to specify include files (C or perhaps even C++) in VERBATIM blocks and thus to use NMODL to expand NEURON with C++ libraries without having to recompile it entirely. Thank you for your help and sorry if this question is trivial !

AG
wwlytton
Posts: 66
Joined: Wed May 18, 2005 10:37 pm
Contact:

#include

Post by wwlytton »

You can include 'C' in VERBATIM blocks but not 'C++'

the VERBATIM block can also have CPP #INCLUDE statements

there is also an NMODL INCLUDE command which lets you use prewritten NMODL code as well
Post Reply