openworm / sibernetic

This is a C++/OpenCL implementation of the PCISPH algorithm supplemented with a set of biomechanics related features applied to C. elegans locomotion
Other
360 stars 105 forks source link

Header files explicitly links a path to Python.h #171

Open clausagerskov opened 4 years ago

clausagerskov commented 4 years ago

In the following header files, the path to Python.h is linked with the include statement

include "C:/Python27/include/Python.h":

owNeuronSimulator.h (line 46) owSignalSimulator.h (line 39) this should instead be a dynamic link #include "Python.h"