Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lukas Werner
waLBerla
Commits
15593580
Commit
15593580
authored
May 05, 2021
by
Christoph Schwarzmeier
Browse files
Merge branch 'thoennes/fix-vector-hash' into 'master'
fix namespace of hasing function See merge request
walberla/walberla!450
parents
20774cfe
3a376d1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core/math/Vector3.h
View file @
15593580
...
...
@@ -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
Supports
Markdown
0%
Try again
or
attach a new 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