Skip to content

Commit

Permalink
feat: added meta_data to conversion struct
Browse files Browse the repository at this point in the history
  • Loading branch information
ocni-dtu committed Feb 3, 2024
1 parent 08f6480 commit b4fa5c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/epd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ impl From<&Vec<ModuleAnie>> for ImpactCategory {
struct Conversion {
value: f64,
to: Unit,
meta_data: String,
}


Expand Down

0 comments on commit b4fa5c1

Please sign in to comment.