Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nett-python
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LuFG VR VIS
VR-Group
nett-python
Commits
8a248c35
Commit
8a248c35
authored
Aug 2, 2016
by
Christian Nowke
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+2
-0
2 additions, 0 deletions
CMakeLists.txt
src/nett-python/nett-python.cpp
+2
-0
2 additions, 0 deletions
src/nett-python/nett-python.cpp
with
4 additions
and
0 deletions
CMakeLists.txt
+
2
−
0
View file @
8a248c35
...
@@ -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
}
)
...
...
This diff is collapsed.
Click to expand it.
src/nett-python/nett-python.cpp
+
2
−
0
View file @
8a248c35
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment