diff options
Diffstat (limited to 'core/units.h')
-rw-r--r-- | core/units.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/units.h b/core/units.h index 21f646f79..e124826ce 100644 --- a/core/units.h +++ b/core/units.h @@ -110,6 +110,11 @@ typedef struct typedef struct { + uint64_t mkelvin; // up to 18446744073 MdegK (temperatures in K are always positive) +} temperature_sum_t; + +typedef struct +{ int mliter; } volume_t; |