Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MicheleCeresoli committed Jan 5, 2024
1 parent 61813c8 commit 4021d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eop/parsers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function eop_parse_csv(m::IERSModel, inputfile, outputfile)
# Check whether the file is a Combined Series (C04) or the Rapid Data Series.
isfinal = startswith(splitdir(inputfile)[2], "finals")

# Multiplicative factor to bring all quantities to seconds/arcseconds, since the in the
# Multiplicative factor to bring all quantities to seconds/arcseconds, since in the
# rapid data series the LOD is given in milliseconds, and the dX, dY, dPsi and dEps
# corrections are in milliarcseconds.
fct = isfinal ? 1e-3 : 1.0
Expand Down

0 comments on commit 4021d36

Please sign in to comment.