Skip to content
Snippets Groups Projects
Commit 979d46d1 authored by Martin Beseda's avatar Martin Beseda
Browse files

ENH: Include path to exceptions.h shortened.

parent c4e1b291
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,9 @@ ...@@ -15,6 +15,9 @@
namespace lib4neuro { namespace lib4neuro {
/**
*
*/
enum NEURON_TYPE { enum NEURON_TYPE {
BINARY, BINARY,
CONSTANT, CONSTANT,
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include "NormalizationStrategy.h" #include "NormalizationStrategy.h"
#include "NormalizationStrategySerialization.h" #include "NormalizationStrategySerialization.h"
#include "../exceptions.h" #include "exceptions.h"
BOOST_CLASS_EXPORT_IMPLEMENT(NormalizationStrategy); BOOST_CLASS_EXPORT_IMPLEMENT(NormalizationStrategy);
BOOST_CLASS_EXPORT_IMPLEMENT(DoubleUnitStrategy); BOOST_CLASS_EXPORT_IMPLEMENT(DoubleUnitStrategy);
......
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
#include <boost/format.hpp> #include <boost/format.hpp>
#include "../message.h" #include "message.h"
#include "DESolver.h" #include "DESolver.h"
#include "../exceptions.h" #include "exceptions.h"
//TODO add support for multiple unknown functions //TODO add support for multiple unknown functions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment