Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
93066bc7
Commit
93066bc7
authored
Dec 06, 2011
by
Sebastian Eichelbaum
Browse files
[MERGE]
parents
88aed111
19fcd833
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
4 deletions
+1
-4
src/core/common/test/WPropertyStruct_test.h
src/core/common/test/WPropertyStruct_test.h
+1
-1
src/core/dataHandler/WDataSetSegmentation.cpp
src/core/dataHandler/WDataSetSegmentation.cpp
+0
-1
src/core/dataHandler/WDataSetSegmentation.h
src/core/dataHandler/WDataSetSegmentation.h
+0
-1
src/core/kernel/WModuleInputData.h
src/core/kernel/WModuleInputData.h
+0
-1
No files found.
src/core/common/test/WPropertyStruct_test.h
View file @
93066bc7
...
@@ -71,7 +71,7 @@ public:
...
@@ -71,7 +71,7 @@ public:
// we test getting/setting via string here
// we test getting/setting via string here
// create the prop
// create the prop
typedef
typename
WPropertyStruct
<
WPropInt
,
WPropBool
>::
SPtr
TestStruct
;
typedef
WPropertyStruct
<
WPropInt
,
WPropBool
>::
SPtr
TestStruct
;
TestStruct
prop
(
new
TestStruct
::
element_type
(
"Hallo"
,
"Description Text"
)
);
TestStruct
prop
(
new
TestStruct
::
element_type
(
"Hallo"
,
"Description Text"
)
);
// set some defaults
// set some defaults
...
...
src/core/dataHandler/WDataSetSegmentation.cpp
View file @
93066bc7
...
@@ -26,7 +26,6 @@
...
@@ -26,7 +26,6 @@
#include <vector>
#include <vector>
#include "WDataSetScalar.h"
#include "WDataSetScalar.h"
#include "../kernel/WKernel.h"
#include "WDataSetSegmentation.h"
#include "WDataSetSegmentation.h"
...
...
src/core/dataHandler/WDataSetSegmentation.h
View file @
93066bc7
...
@@ -30,7 +30,6 @@
...
@@ -30,7 +30,6 @@
#include <boost/shared_ptr.hpp>
#include <boost/shared_ptr.hpp>
#include "../kernel/WModuleInputData.h"
#include "WDataSet.h"
#include "WDataSet.h"
#include "WDataSetScalar.h"
#include "WDataSetScalar.h"
#include "WDataSetSingle.h"
#include "WDataSetSingle.h"
...
...
src/core/kernel/WModuleInputData.h
View file @
93066bc7
...
@@ -26,7 +26,6 @@
...
@@ -26,7 +26,6 @@
#define WMODULEINPUTDATA_H
#define WMODULEINPUTDATA_H
#include <string>
#include <string>
#include <sstream>
#include <boost/shared_ptr.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/thread/locks.hpp>
#include <boost/thread/locks.hpp>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment