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
888f43a7
Commit
888f43a7
authored
Apr 26, 2022
by
Kai Messerschmidt
Browse files
[STYLE] Add my name to todo
parent
7ca70c88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/modules/transferFunction2D/WMTransferFunction2D.cpp
src/modules/transferFunction2D/WMTransferFunction2D.cpp
+1
-1
No files found.
src/modules/transferFunction2D/WMTransferFunction2D.cpp
View file @
888f43a7
...
...
@@ -157,7 +157,7 @@ void WMTransferFunction2D::moduleMain()
std
::
shared_ptr
<
WValueSetBase
>
values1
=
dataSet1
->
getValueSet
();
// At the moment we only support equal sized data sets
// TODO: bucketsize based on user value
// TODO
(Kai?)
: bucketsize based on user value
auto
histogram
=
std
::
make_shared
<
WHistogram2D
>
(
values0
->
getMinimumValue
(),
values0
->
getMaximumValue
(),
values1
->
getMinimumValue
(),
...
...
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