Skip to content

Commit 912d1a3

Browse files
committed
Fix
1 parent ccf876f commit 912d1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/RemoteSSatTbxExt/RemoteSSatTbxExt.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module RemoteSSatTbxExt
4545
end
4646

4747
if ((val_tle = find_in_dict(d, [:tle_obj])[1]) !== nothing) tle = val_tle # Some other fun already got it
48-
else tle = RemoteS.loadTLE(d)
48+
else tle = RemoteS.loadTLE_ext(d)
4949
end
5050
orbp = SatelliteToolboxPropagators.Propagators.init(Val(:SGP4), tle)
5151

0 commit comments

Comments
 (0)