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
bc7af9cf
Commit
bc7af9cf
authored
Mar 11, 2010
by
Sebastian Eichelbaum
Browse files
[CHANGE] - added comment for another annoying windows specific workaround
parent
07c10bdd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/dataHandler/WValueSetBase.h
src/dataHandler/WValueSetBase.h
+1
-0
No files found.
src/dataHandler/WValueSetBase.h
View file @
bc7af9cf
...
...
@@ -83,6 +83,7 @@ public:
*/
virtual
size_t
elementsPerValue
()
const
{
// Windows Hack: the MSVC obviously does not support ( oh wonder, which wonder ) pow with integers.
return
static_cast
<
size_t
>
(
std
::
pow
(
static_cast
<
double
>
(
m_dimension
),
static_cast
<
int
>
(
m_order
)
)
);
}
...
...
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