Skip to content

Commit

Permalink
swapsies
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeswenson committed Jul 1, 2024
1 parent 3600f58 commit b6d3e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solver/src/problems/spacetime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ fn evaluate(
}
};

print_pretty_grid(&grid, &written, &consumed);
print_pretty_grid(&grid, &consumed, &written);

if map
.values()
Expand Down

0 comments on commit b6d3e50

Please sign in to comment.