mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
profile: turn plotdata::mod, ead, eadd, end into depth_t
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
58d096adfc
commit
4237cb9999
3 changed files with 39 additions and 38 deletions
|
@ -60,7 +60,7 @@ struct plot_data {
|
|||
std::array<pressure_t, MAX_O2_SENSORS> o2sensor; //for rebreathers with several sensors
|
||||
pressure_t o2setpoint;
|
||||
pressure_t scr_OC_pO2;
|
||||
int mod = 0, ead = 0, end = 0, eadd = 0;
|
||||
depth_t mod, ead, end, eadd;
|
||||
velocity_t velocity = STABLE;
|
||||
int speed = 0;
|
||||
/* values calculated by us */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue