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
25ad9cc9
Commit
25ad9cc9
authored
Jun 08, 2017
by
Alexander Wiebel
Browse files
[FIX] wrong intialization
parent
8b2e2f6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/modules/pickingDVR/WVisiTrace.cpp
src/modules/pickingDVR/WVisiTrace.cpp
+2
-2
No files found.
src/modules/pickingDVR/WVisiTrace.cpp
View file @
25ad9cc9
...
...
@@ -57,8 +57,8 @@ std::vector< WPosition > WVisiTrace::getLine()
void
WVisiTrace
::
addCandidatesForRay
(
const
std
::
vector
<
std
::
pair
<
double
,
WPosition
>
>
candidates
)
{
std
::
vector
<
double
>
opacityJumps
(
candidates
.
size
()
);
std
::
vector
<
WPosition
>
positions
(
candidates
.
size
()
);
std
::
vector
<
double
>
opacityJumps
(
0
);
std
::
vector
<
WPosition
>
positions
(
0
);
for
(
size_t
id
=
0
;
id
<
candidates
.
size
();
++
id
)
{
...
...
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