Skip to content
Snippets Groups Projects
Commit c109ee43 authored by yaskovet's avatar yaskovet
Browse files

Add missing assignment of boxNeighborNumber in operator= of CellList_gpu

parent b217ffbe
No related branches found
No related tags found
No related merge requests found
Pipeline #8413 failed
......@@ -676,6 +676,7 @@ public:
ghostMarker = clg.ghostMarker;
nDecRefRedec = clg.nDecRefRedec;
opt = clg.opt;
boxNeighborNumber = clg.boxNeighborNumber;
return *this;
}
......@@ -701,6 +702,7 @@ public:
ghostMarker = clg.ghostMarker;
nDecRefRedec = clg.nDecRefRedec;
opt = clg.opt;
boxNeighborNumber = clg.boxNeighborNumber;
return *this;
}
......
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