diff options
author | Stefan Fuchs <sfuchs@gmx.de> | 2018-02-21 18:52:36 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-02-24 11:45:17 -0800 |
commit | 862e121532f2b3bc001329c3965442ddaf144839 (patch) | |
tree | 53670c5bf4afb4f346f730b5b546e073f67f98ac /core/units.h | |
parent | ca4ccadcc4e2afd955e9ca22100765e9cc9be94b (diff) | |
download | subsurface-862e121532f2b3bc001329c3965442ddaf144839.tar.gz |
Correct comments for struct temperature_t value range
Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
Diffstat (limited to 'core/units.h')
-rw-r--r-- | core/units.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/units.h b/core/units.h index e124826ce..8c616728a 100644 --- a/core/units.h +++ b/core/units.h @@ -105,7 +105,7 @@ typedef struct typedef struct { - uint32_t mkelvin; // up to 1750 degrees K (temperatures in K are always positive) + uint32_t mkelvin; // up to 4 MdegK (temperatures in K are always positive) } temperature_t; typedef struct |