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:
Berthold Stoeger 2019-01-30 21:17:47 +01:00 committed by Dirk Hohndel
parent 42cfd3f963
commit a12adf8e2a
2 changed files with 3 additions and 3 deletions

View file

@ -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