mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Correct comments for struct temperature_t value range
Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
parent
ca4ccadcc4
commit
862e121532
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue