Skip to content
This repository was archived by the owner on May 29, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/lib/GNSSEph/OrbitEph.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ namespace gpstk
* Adot and dndot variables are appropriately set to 0.0 by the
* LNAV loaders.)
* @throw Invalid Request if the required data has not been stored. */
Xvt svXvt(const CommonTime& t) const;
virtual Xvt svXvt(const CommonTime& t) const;

/** Compute satellite relativity correction (sec) at the given time
* @throw Invalid Request if the required data has not been stored. */
Expand Down