Skip to content

Commit

Permalink
an almost-useless micro-optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
H-A-M-G-E-R committed Nov 30, 2023
1 parent a053113 commit 75e6e8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion miratope-core/src/conc/faceting.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1531,7 +1531,6 @@ impl Concrete {
hyperplane_vertices.push(idx);
}
}
hyperplane_vertices.sort_unstable();

// Check if the hyperplane has been found already.
let mut is_new = true;
Expand Down

0 comments on commit 75e6e8d

Please sign in to comment.