mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix some compiler warnings
Passing the alignment as int instead of float or double was actually a bug as CENTER is defined as (-0.5) ... Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b3b1b3f58f
commit
c129902793
3 changed files with 3 additions and 5 deletions
|
@ -83,7 +83,7 @@ private:
|
|||
void plot_text_samples();
|
||||
void plot_depth_sample(struct plot_data *entry, text_render_options_t *tro);
|
||||
void plot_cylinder_pressure_text();
|
||||
void plot_pressure_value(int mbar, int sec, int xalign, int yalign);
|
||||
void plot_pressure_value(int mbar, int sec, double xalign, double yalign);
|
||||
void plot_deco_text();
|
||||
void plot_pp_gas_profile();
|
||||
void plot_pp_text();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue