Skip to content
Snippets Groups Projects
Commit 8a248c35 authored by Christian Nowke's avatar Christian Nowke
Browse files

added a map_string_vector_float_message. flux_message should be replaced with that one.

parent 0389386d
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,8 @@ add_event ( nett_python float_vector_message ${NETT_SCHEMA_DIR} ${PROJECT_BINARY ...@@ -49,6 +49,8 @@ add_event ( nett_python float_vector_message ${NETT_SCHEMA_DIR} ${PROJECT_BINARY
add_event ( nett_python hierarchy_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 population_rates_message ${NETT_SCHEMA_DIR} ${PROJECT_BINARY_DIR} )
add_event ( nett_python flux_message ${NETT_SCHEMA_DIR} ${PROJECT_BINARY_DIR} ) add_event ( nett_python flux_message ${NETT_SCHEMA_DIR} ${PROJECT_BINARY_DIR} )
add_event ( nett_python connectivity_message ${NETT_SCHEMA_DIR} ${PROJECT_BINARY_DIR} )
add_event ( nett_python map_string_float_vector_message ${NETT_SCHEMA_DIR} ${PROJECT_BINARY_DIR} )
add_library (nett_python SHARED ${ProjectSources} ${nett_python_EVENT_SOURCE_FILES}) add_library (nett_python SHARED ${ProjectSources} ${nett_python_EVENT_SOURCE_FILES})
......
...@@ -16,6 +16,8 @@ ...@@ -16,6 +16,8 @@
#include <../schema/hierarchy_message.pb.h> #include <../schema/hierarchy_message.pb.h>
#include <../schema/population_rates_message.pb.h> #include <../schema/population_rates_message.pb.h>
#include <../schema/flux_message.pb.h> #include <../schema/flux_message.pb.h>
#include <../schema/connectivity_message.pb.h>
#include <../schema/map_string_float_vector_message.pb.h>
using namespace boost::python; using namespace boost::python;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment