Skip to content

Commit

Permalink
Add katal (catalytic activity)
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed Nov 16, 2024
1 parent 7300ad1 commit 6c71738
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/units/builtin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,8 @@ const COMMON_PHYSICAL_UNITS: &[UnitTuple] = &[
("light", "", "c", ""),
("at", "at", "s@kgf/cm^2", "technical atmosphere"),
("Torr", "Torr", "s@101325/760 Pascals", ""),
("katal", "", "l@mol/second", "catalytic activity"),
("kat", "", "s@katal", ""),
];

const CGS_UNITS: &[UnitTuple] = &[
Expand Down

0 comments on commit 6c71738

Please sign in to comment.