Skip to content

Commit

Permalink
Adding public initializer to TLEInterpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
csanfilippo committed Jul 4, 2022
1 parent e712cd1 commit 6a3fb25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/SGPKit/Interpreter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ private extension TLE {
/// A class that calculates the satellite position, speed and altitude using a TLE set
public final class TLEInterpreter {

public init() {}

/// Returns a SatelliteData instance calculated from a TLE set
///
/// - parameter tle: The TLE set
Expand Down

0 comments on commit 6a3fb25

Please sign in to comment.