Skip to content

Commit

Permalink
Update rinex/src/observation/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Laurențiu Nicola <lnicola@users.noreply.github.com>
  • Loading branch information
gwbres and lnicola authored Aug 1, 2023
1 parent 4c8b499 commit 6562314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rinex/src/observation/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ pub trait IonoDelay {
/// This is intended to be used on raw Phase data only,
/// but can be evaluated on PR too (if such data is passed).
/// In that scenario, ideally the user used a smoothing algorithm,
/// prior invoking this method: see preprocessing toolkit.
/// prior to invoking this method: see the preprocessing toolkit.
fn iono_delay(
&self,
max_dt: Duration,
Expand Down

0 comments on commit 6562314

Please sign in to comment.