mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
Update core/units.h
Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
parent
67f38ce3ce
commit
94ed723015
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ struct units {
|
|||
*/
|
||||
#define SI_UNITS \
|
||||
{ \
|
||||
.length = units::METERS, .volume = units::LITER, .pressure = units::BAR, .temperature = units::CELSIUS, .weight = units::KG, \
|
||||
.length = units::METERS, .volume = units::LITER, .pressure = units::BAR, .temperature = units::CELSIUS, .weight = units::KG, \
|
||||
.vertical_speed_time = units::MINUTES, .duration_units = units::MIXED, .show_units_table = false \
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue