mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add OTU to divelist
and change OTUs to be tracked as int, not double Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a93641b722
commit
d5c86ebe3d
2 changed files with 37 additions and 11 deletions
2
dive.h
2
dive.h
|
|
@ -161,7 +161,7 @@ struct dive {
|
|||
depth_t visibility;
|
||||
temperature_t airtemp, watertemp;
|
||||
cylinder_t cylinder[MAX_CYLINDERS];
|
||||
double otu;
|
||||
int otu;
|
||||
int samples, alloc_samples;
|
||||
struct sample sample[];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue