Skip to content

Commit

Permalink
Sort SI quantities in system definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
iliekturtles committed Aug 4, 2022
1 parent 152ad96 commit 4a04f61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/si/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ system! {
momentum::Momentum,
power::Power,
pressure::Pressure,
radiant_exposure::RadiantExposure,
ratio::Ratio,
specific_heat_capacity::SpecificHeatCapacity,
solid_angle::SolidAngle,
radiant_exposure::RadiantExposure,
specific_heat_capacity::SpecificHeatCapacity,
temperature_interval::TemperatureInterval,
thermal_conductivity::ThermalConductivity,
thermodynamic_temperature::ThermodynamicTemperature,
Expand Down

0 comments on commit 4a04f61

Please sign in to comment.