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
0a80d9bb
Commit
0a80d9bb
authored
May 15, 2013
by
Alexander Wiebel
Browse files
[STYLE
#42
] fixed style violations
parent
ca3092d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
src/core/common/WHistogram2D.cpp
src/core/common/WHistogram2D.cpp
+1
-1
src/core/common/WHistogram2D.h
src/core/common/WHistogram2D.h
+0
-1
No files found.
src/core/common/WHistogram2D.cpp
View file @
0a80d9bb
...
...
@@ -149,6 +149,6 @@ WGETexture2D::RPtr WHistogram2D::getTexture()
data
[
i
+
j
*
imageWidth
]
=
static_cast
<
float
>
(
m_bins
(
i
,
j
)
)
/
maxCount
;
}
}
;
return
WGETexture2D
::
RPtr
(
new
WGETexture2D
(
image
)
);
}
src/core/common/WHistogram2D.h
View file @
0a80d9bb
...
...
@@ -42,7 +42,6 @@
class
WHistogram2D
:
public
WHistogramND
<
2
>
// NOLINT
{
public:
/**
* Convenience type for a shared_ptr on this type.
*/
...
...
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