profile: turn plotdata::ceiling into depth_t

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2024-12-14 20:36:38 +01:00 committed by Michael Keller
parent 9cf753fa56
commit 58d096adfc
4 changed files with 18 additions and 18 deletions

View file

@ -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;