Skip to content

Commit

Permalink
Update faceting.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
H-A-M-G-E-R committed Nov 23, 2023
1 parent dcb7a60 commit 57a8a9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions miratope-core/src/conc/faceting.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2107,10 +2107,9 @@ impl Concrete {
let subs = facet_vec[f_i][rank-1][0].subs.clone();
new_rank.push(Element::new(subs, Superelements::new()));
}
let n_r_len = new_rank.len();
ranks.push(new_rank); // facets

ranks.push(vec![Element::new(Subelements::from_iter(0..n_r_len), Superelements::new())].into()); // body
ranks.push(vec![Element::new(Subelements::from_iter(0..facet_vec.len()), Superelements::new())].into()); // body

unsafe {
let mut builder = AbstractBuilder::new();
Expand Down

0 comments on commit 57a8a9a

Please sign in to comment.