Skip to content

Commit

Permalink
add back tests, fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdilkes committed Dec 4, 2023
1 parent cebf075 commit a53679b
Show file tree
Hide file tree
Showing 2 changed files with 318 additions and 325 deletions.
2 changes: 1 addition & 1 deletion tket/src/Characterisation/Cycles.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ void CycleFinder::order_keys(
goto new_loop;
}

new_loop : {}
new_loop: {}
}

for (const unsigned& key : bad_keys) old_keys.erase(key);
Expand Down
Loading

0 comments on commit a53679b

Please sign in to comment.