pub const WIND_SOLVE_TOLERANCE_M: f64 = 1.0e-5;Expand description
Convergence tolerance on the modelled-minus-observed lateral miss, in meters
(0.01 mm — four orders of magnitude finer than anyone can measure a group centre).
pub because it is the published meaning of a converged
WindTruingSolution::residual_m.