mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Define O2 permille for air in one spot
Having the O2 permille defined once is more readable. Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
This commit is contained in:
parent
2175226580
commit
16b6df559f
5 changed files with 8 additions and 6 deletions
2
dive.h
2
dive.h
|
@ -326,4 +326,6 @@ const char *monthname(int mon);
|
|||
#define FIVE_STARS UTF8_BLACKSTAR UTF8_BLACKSTAR UTF8_BLACKSTAR UTF8_BLACKSTAR UTF8_BLACKSTAR
|
||||
extern const char *star_strings[];
|
||||
|
||||
#define AIR_PERMILLE 209
|
||||
|
||||
#endif /* DIVE_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue