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
ec7b5d10
Commit
ec7b5d10
authored
May 11, 2012
by
Sebastian Eichelbaum
Browse files
[CHANGE] - changed some todos which were not up to date anymore
parent
81530060
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
src/core/common/math/linearAlgebra/WLinearAlgebra.h
src/core/common/math/linearAlgebra/WLinearAlgebra.h
+0
-2
src/core/kernel/combiner/WModuleProjectFileCombiner.cpp
src/core/kernel/combiner/WModuleProjectFileCombiner.cpp
+0
-1
No files found.
src/core/common/math/linearAlgebra/WLinearAlgebra.h
View file @
ec7b5d10
...
...
@@ -31,8 +31,6 @@
#include "WVectorFixed.h"
#include "WPosition.h"
//TODO(ebaum): move this somewhere else
/**
* The new dynamic vector type. It is a heap-allocated double vector with dynamic size.
*
...
...
src/core/kernel/combiner/WModuleProjectFileCombiner.cpp
View file @
ec7b5d10
...
...
@@ -399,7 +399,6 @@ void WModuleProjectFileCombiner::save( std::ostream& output ) // NOLINT
for
(
WModule
::
OutputConnectorList
::
const_iterator
citer
=
outs
.
begin
();
citer
!=
outs
.
end
();
++
citer
)
{
// iterate over all connections:
// TODO(ebaum): iterating over a protected member variable? Thats ugly. This should be adopted to WSharedObject
boost
::
unique_lock
<
boost
::
shared_mutex
>
lock
(
(
*
citer
)
->
m_connectionListLock
);
for
(
std
::
set
<
boost
::
shared_ptr
<
WModuleConnector
>
>::
const_iterator
iciter
=
(
*
citer
)
->
m_connected
.
begin
();
iciter
!=
(
*
citer
)
->
m_connected
.
end
();
++
iciter
)
...
...
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