Skip to content

Commit

Permalink
Missing a logical not operator. Fixes Zealandia-Systems#47. (Zealandi…
Browse files Browse the repository at this point in the history
  • Loading branch information
smohekey authored May 18, 2022
1 parent 5866896 commit 4fe7826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swordfish/modules/tools/ToolsModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ namespace swordfish::tools {
!freePocket &&
nextTool &&
!nextTool->isFixed() &&
nextPocket) {
!nextPocket) {
// no free pocket for current and next tool is not in a pocket
// ask user to swap

Expand Down

0 comments on commit 4fe7826

Please sign in to comment.