Skip to content

Commit 990c013

Browse files
authored
header/formatting: fix invalid APPROX COORDINATES (#300)
Signed-off-by: Guillaume W. Bres <[email protected]>
1 parent d1c3f25 commit 990c013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rinex/src/header/formatting.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ impl Header {
5050
w,
5151
"{}",
5252
fmt_rinex(
53-
&format!("{:15.14} {:15.14} {:15.14}", x_ecef_m, y_ecef_m, z_ecef_m),
53+
&format!("{:14.4}{:14.4}{:14.4}", x_ecef_m, y_ecef_m, z_ecef_m),
5454
"APPROX POSITION XYZ"
5555
)
5656
)?;

0 commit comments

Comments
 (0)