Skip to content
Snippets Groups Projects
Commit 410e85fb authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing clang compilation

parent cf71ca2d
No related branches found
No related tags found
No related merge requests found
......@@ -573,7 +573,7 @@ BOOST_AUTO_TEST_CASE( vector_dist_symmetric_verlet_list )
size_t id;
Point<3,float> xq;
bool operator<(const struct point_and_gid & pag)
bool operator<(const struct point_and_gid & pag) const
{
return (id < pag.id);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment