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

Sparse_cl working

parent 19f0b1eb
No related branches found
No related tags found
No related merge requests found
Pipeline #2006 passed
......@@ -166,7 +166,7 @@ class grid_dist_id_comm
int p_id;
int i;
bool operator<(rp_id & tmp)
bool operator<(const rp_id & tmp) const
{
return p_id < tmp.p_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