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 Apr 1, 2024
1 parent bb34a98 commit ec178f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wellcoordination/benchmark/rubis.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class Rubis : public ReplicatedObject
std::memcpy(directbuysell, obj.directbuysell, sizeof(directbuysell));
registeredusers = obj.registeredusers;
openauctions= obj.openauctions;
closeauctions= obj.closeactions;
closeauctions= obj.closeauctions;

userscounter =obj.userscounter;
}
Expand Down

0 comments on commit ec178f9

Please sign in to comment.