Skip to content

Commit

Permalink
adding clone to TmtQuant
Browse files Browse the repository at this point in the history
  • Loading branch information
theGreatHerrLebert committed Nov 20, 2023
1 parent 5bcaa21 commit 11abc5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/sage/src/tmt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ const TMT18PLEX: [f32; 18] = [
// })
// }

#[derive(Clone)]
pub struct TmtQuant {
pub spec_id: String,
pub file_id: usize,
Expand Down

0 comments on commit 11abc5b

Please sign in to comment.