Something went wrong on our end
-
Martin Beseda authored
ENH: Removed both linking and include dependencies from examples => lib4neuro can be used just by linking it and including its header without any external dependencies needed.
Martin Beseda authoredENH: Removed both linking and include dependencies from examples => lib4neuro can be used just by linking it and including its header without any external dependencies needed.
Neuron.cpp 97 B
#include "NeuronSerialization.h"
BOOST_CLASS_EXPORT_IMPLEMENT(Neuron);
Neuron::~Neuron() {
}