Skip to content

Commit

Permalink
Another bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
rokicki committed Aug 9, 2023
1 parent 5741ad7 commit 554b95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/puzdef.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ struct puzdef {
vector<moove> basemoves, moves, parsemoves, rotations, expandedrotations, rotgroup ;
vector<movealias> aliases ;
vector<movealias> moveseqs ;
vector<setval> rotinvmap ;
vector<allocsetval> rotinvmap ;
vector<int> basemoveorders, baserotorders ;
vector<int> rotinv ;
vector<ull> commutes ;
Expand Down

0 comments on commit 554b95d

Please sign in to comment.