diff options
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -607,7 +607,9 @@ struct divedatapoint { struct diveplan { timestamp_t when; - int surface_pressure; + int surface_pressure; /* mbar */ + int bottomsac; /* ml/min */ + int decosac; /* ml/min */ struct divedatapoint *dp; }; |