Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
javadsaberlatibari authored Mar 15, 2024
1 parent a8bf21d commit 138a039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wellcoordination/benchmark/pnset.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class PNSet : public ReplicatedObject
PNSet(PNSet &obj) : ReplicatedObject(obj)
{
//state
pnset = obj.addset;
std::memcpy(pnset, obj.pnset, sizeof(pnset));
arraysize = obj.arraysize;
setsize= obj.setsize;
//removeset = obj.removeset;
Expand Down

0 comments on commit 138a039

Please sign in to comment.