mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Pedantic: K are an absolute scale, which are not given in degrees
Since somewhere in the 1960s. "Fix" a few comments. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
42cfd3f963
commit
a12adf8e2a
2 changed files with 3 additions and 3 deletions
|
@ -106,12 +106,12 @@ typedef struct
|
|||
|
||||
typedef struct
|
||||
{
|
||||
uint32_t mkelvin; // up to 4 MdegK (temperatures in K are always positive)
|
||||
uint32_t mkelvin; // up to 4 MK (temperatures in K are always positive)
|
||||
} temperature_t;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
uint64_t mkelvin; // up to 18446744073 MdegK (temperatures in K are always positive)
|
||||
uint64_t mkelvin; // up to 18446744073 MK (temperatures in K are always positive)
|
||||
} temperature_sum_t;
|
||||
|
||||
typedef struct
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue