Skip to content

Commit

Permalink
Update marker reference namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbeattie42 committed Oct 21, 2024
1 parent e35962a commit 25925af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions OpenSim/Simulation/MarkersReference.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
* -------------------------------------------------------------------------- */

#include "MarkersReference.h"
#include "OpenSim/Common/IO.h"
#include <SimTKcommon/internal/State.h>
#include <cmath>

Expand Down Expand Up @@ -229,7 +228,7 @@ double
MarkersReference::getSamplingFrequency() const {
if(_markerTable.hasTableMetaDataKey("DataRate")) {
auto datarate = _markerTable.getTableMetaData<std::string>("DataRate");
return OpenSim::IO::stod(datarate);
return IO::stod(datarate);
} else
return SimTK::NaN;
}
Expand Down

0 comments on commit 25925af

Please sign in to comment.