Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Mar 4, 2024
1 parent 1e417a0 commit ad42065
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pineappl_cli/src/evolve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -311,14 +311,6 @@ mod eko {
})
}

// TODO: we could make this a Cow<'_, [f64]>
pub fn fac1(&self) -> Vec<f64> {
match self {
Self::V0 { fac1, .. } => fac1.clone(),
Self::V2 { fac1, .. } => fac1.values().copied().collect(),
}
}

pub fn iter_mut(&mut self) -> EkoSlicesIter {
match self {
Self::V0 {
Expand Down

0 comments on commit ad42065

Please sign in to comment.