Skip to content

Commit e713a27

Browse files
authored
Merge pull request #9 from RobertK66/patch-1
bug in getFirstMeanMotion
2 parents cab50dd + 5f53edf commit e713a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

One_Sgp4/Tle.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ public double getEpochDay()
271271
*/
272272
public double getFirstMeanMotion()
273273
{
274-
return meanMotion;
274+
return firstMeanMotion;
275275
}
276276

277277
//! Returns the Second Mean Motion

0 commit comments

Comments
 (0)