We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c3f25 commit 990c013Copy full SHA for 990c013
rinex/src/header/formatting.rs
@@ -50,7 +50,7 @@ impl Header {
50
w,
51
"{}",
52
fmt_rinex(
53
- &format!("{:15.14} {:15.14} {:15.14}", x_ecef_m, y_ecef_m, z_ecef_m),
+ &format!("{:14.4}{:14.4}{:14.4}", x_ecef_m, y_ecef_m, z_ecef_m),
54
"APPROX POSITION XYZ"
55
)
56
)?;
0 commit comments