From 0389386ddf9f942543cec9481135aec8b92a0f00 Mon Sep 17 00:00:00 2001
From: Christian Nowke <nowke@vr.rwth-aachen.de>
Date: Wed, 6 Jul 2016 18:06:06 +0200
Subject: [PATCH] added flux message

---
 CMakeLists.txt                  | 1 +
 src/nett-python/nett-python.cpp | 1 +
 2 files changed, 2 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2cdf8f6..0c16d26 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -48,6 +48,7 @@ add_event ( nett_python string_vector_message ${NETT_SCHEMA_DIR} ${PROJECT_BINAR
 add_event ( nett_python float_vector_message ${NETT_SCHEMA_DIR} ${PROJECT_BINARY_DIR} )
 add_event ( nett_python hierarchy_message ${NETT_SCHEMA_DIR} ${PROJECT_BINARY_DIR} )
 add_event ( nett_python population_rates_message ${NETT_SCHEMA_DIR} ${PROJECT_BINARY_DIR} )
+add_event ( nett_python flux_message ${NETT_SCHEMA_DIR} ${PROJECT_BINARY_DIR} )
 
 add_library (nett_python SHARED ${ProjectSources} ${nett_python_EVENT_SOURCE_FILES})
 
diff --git a/src/nett-python/nett-python.cpp b/src/nett-python/nett-python.cpp
index ba221d8..994f008 100644
--- a/src/nett-python/nett-python.cpp
+++ b/src/nett-python/nett-python.cpp
@@ -15,6 +15,7 @@
 #include <../schema/float_vector_message.pb.h>
 #include <../schema/hierarchy_message.pb.h>
 #include <../schema/population_rates_message.pb.h>
+#include <../schema/flux_message.pb.h>
 
 using namespace boost::python;
 
-- 
GitLab