NEURON
ivocman1.cpp
Go to the documentation of this file.
1 // The problem this hack overcomes is that extending Python requires
2 // ivocmain.cpp in the shared library (compiled with PIC) and that is
3 // fine for normal neuron as well. But there are link problems when
4 // built statically and hence ivocmain.cpp is listed in the
5 // ivoc_SOURCES so that it is sure to be linked early in the process.
6 
7 #include "ivocmain.cpp"