mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
updated/corrected comment
Signed-off-by: Maximilian Güntner <maximilian.guentner@gmail.com>
This commit is contained in:
parent
7acd075bd5
commit
2cada118eb
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ static void plot_depth_profile(struct graphics_context *gc, struct plot_info *pi
|
||||||
maxtime = get_maxtime(pi);
|
maxtime = get_maxtime(pi);
|
||||||
maxdepth = get_maxdepth(pi);
|
maxdepth = get_maxdepth(pi);
|
||||||
|
|
||||||
/* Time markers: at most every 5 min, but no more than 12 markers.
|
/* Time markers: at most every 10 seconds, but no more than 12 markers.
|
||||||
* We start out with 10 seconds and increment up to 30 minutes,
|
* We start out with 10 seconds and increment up to 30 minutes,
|
||||||
* depending on the dive time.
|
* depending on the dive time.
|
||||||
* This allows for 6h dives - enough (I hope) for even the craziest
|
* This allows for 6h dives - enough (I hope) for even the craziest
|
||||||
|
|
Loading…
Reference in a new issue