X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=dive.h;h=65337303a05d893e7e894ac764ff46a444c0ab61;hb=5f79a804b925a8ffbcf933bb6fae4f764b518c8e;hp=08194f6a91caceec9692934b97fb1be67507e7bc;hpb=0f832f15d1a5c4a9877fa4d568daa6e87241ca97;p=ext%2Fsubsurface.git diff --git a/dive.h b/dive.h index 08194f6..6533730 100644 --- a/dive.h +++ b/dive.h @@ -81,6 +81,7 @@ typedef struct { typedef struct { cylinder_type_t type; gasmix_t gasmix; + pressure_t start, end; } cylinder_t; static inline int to_feet(depth_t depth) @@ -118,7 +119,6 @@ struct dive { duration_t duration, surfacetime; depth_t visibility; temperature_t airtemp, watertemp; - pressure_t beginning_pressure, end_pressure; cylinder_t cylinder[MAX_CYLINDERS]; int samples; struct sample sample[];