Skip to content

Commit

Permalink
Revert "Add missing virtual keywords"
Browse files Browse the repository at this point in the history
This reverts commit 4aafcf9.
  • Loading branch information
RTnhN committed Feb 22, 2024
1 parent b2efe28 commit c7e43b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenSim/Simulation/OrientationsReference.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,14 @@ class OSIMSIMULATION_API OrientationsReference
int getNumRefs() const override;
/** get the time range for which the OrientationsReference values are valid,
based on the loaded orientation data.*/
virtual SimTK::Vec2 getValidTimeRange() const override;
SimTK::Vec2 getValidTimeRange() const override;
/** get the times at which the OrientationsReference values are specified,
based on the loaded orientation data.*/
const std::vector<double>& getTimes() const;
/** get the names of the Orientations serving as references */
const SimTK::Array_<std::string>& getNames() const override;
/** get the value of the OrientationsReference */
virtual void getValuesAtTime(double time,
void getValuesAtTime(double time,
SimTK::Array_<SimTK::Rotation_<double>>& values) const override;
/** Default implementation does not support streaming */
virtual double getNextValuesAndTime(
Expand Down

0 comments on commit c7e43b4

Please sign in to comment.