Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christian Vögl
waLBerla
Commits
3a376d1e
Commit
3a376d1e
authored
May 05, 2021
by
Dominik Thoennes
Browse files
fix namespace of hasing function
parent
74926131
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core/math/Vector3.h
View file @
3a376d1e
...
...
@@ -1969,7 +1969,7 @@ namespace std
{
std
::
size_t
operator
()(
walberla
::
Vector3
<
T
>
const
&
v
)
const
noexcept
{
return
walberla
::
Vector3
<
T
>
::
hash_value
(
v
);
return
walberla
::
math
::
hash_value
(
v
);
}
};
}
// namespace std
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