Skip to content

Commit f9bcb15

Browse files
Update IO.Astrodynamics.Net/IO.Astrodynamics/OrbitalParameters/TLE/TLE.cs
Co-authored-by: Copilot <[email protected]>
1 parent 2f60770 commit f9bcb15

File tree

1 file changed

+1
-1
lines changed
  • IO.Astrodynamics.Net/IO.Astrodynamics/OrbitalParameters/TLE

1 file changed

+1
-1
lines changed

IO.Astrodynamics.Net/IO.Astrodynamics/OrbitalParameters/TLE/TLE.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class TLE : OrbitalParameters, IEquatable<TLE>
4040
/// It is typically a small value, indicating the amount of drag experienced by the satellite.
4141
/// For example, a value of 0.0001 means that the satellite experiences a drag force equivalent to 0.0001 times the gravitational force at the Earth's surface.
4242
/// </summary>
43-
public double BalisticCoefficient { get; }
43+
public double BallisticCoefficient { get; }
4444

4545
/// <summary>
4646
/// Gets the first derivative of the mean motion (in revolutions per day squared).

0 commit comments

Comments
 (0)