Skip to content

Commit

Permalink
Add technical atmosphere and Torr
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed Nov 16, 2024
1 parent 401465a commit 7300ad1
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 @@ -565,6 +565,8 @@ const COMMON_PHYSICAL_UNITS: &[UnitTuple] = &[
// TODO remove these compatibility units
("lightyear", "lightyears", "light_year", ""),
("light", "", "c", ""),
("at", "at", "s@kgf/cm^2", "technical atmosphere"),
("Torr", "Torr", "s@101325/760 Pascals", ""),
];

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

0 comments on commit 7300ad1

Please sign in to comment.