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
e67ce5ae
Commit
e67ce5ae
authored
Dec 05, 2011
by
Mario Hlawitschka
Browse files
[MERGE]
parents
8b2d98ac
5e00c250
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/core/common/test/WBoundingBox_test.h
src/core/common/test/WBoundingBox_test.h
+1
-1
src/core/kernel/WModuleOutputForwardData.h
src/core/kernel/WModuleOutputForwardData.h
+1
-1
No files found.
src/core/common/test/WBoundingBox_test.h
View file @
e67ce5ae
...
...
@@ -28,7 +28,7 @@
#include <cxxtest/TestSuite.h>
#include <osg/Vec3d>
#include "../math/linearAlgebra/W
VectorFixed
.h"
#include "../math/linearAlgebra/W
Position
.h"
#include "../WBoundingBox.h"
#include "../WLimits.h"
...
...
src/core/kernel/WModuleOutputForwardData.h
View file @
e67ce5ae
...
...
@@ -103,7 +103,7 @@ protected:
virtual
void
inputNotifyDataChange
(
boost
::
shared_ptr
<
WModuleConnector
>
/*input*/
,
boost
::
shared_ptr
<
WModuleConnector
>
/*output*/
)
{
// if the input changes its data-> forward the change to this output instance
updateData
(
m_in
->
getData
()
);
WModuleOutputData
<
T
>::
updateData
(
m_in
->
getData
()
);
}
private:
...
...
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