mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
profile: turn plotdata::ceiling into depth_t
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
9cf753fa56
commit
58d096adfc
4 changed files with 18 additions and 18 deletions
|
|
@ -42,8 +42,8 @@ struct plot_data {
|
|||
int temperature = 0;
|
||||
/* Depth info */
|
||||
depth_t depth;
|
||||
int ceiling = 0;
|
||||
std::array<int, 16> ceilings;
|
||||
depth_t ceiling;
|
||||
std::array<depth_t, 16> ceilings;
|
||||
std::array<int, 16> percentages;
|
||||
int ndl = 0;
|
||||
int tts = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue