Skip to content
Snippets Groups Projects
Commit 15593580 authored by Christoph Schwarzmeier's avatar 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
Branches
No related tags found
No related merge requests found
...@@ -1969,7 +1969,7 @@ namespace std ...@@ -1969,7 +1969,7 @@ namespace std
{ {
std::size_t operator()( walberla::Vector3<T> const & v ) const noexcept 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 } // namespace std
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment