We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d409fd8 + c656a65 commit 23b786fCopy full SHA for 23b786f
OpenSim/Tools/GenericModelMaker.cpp
@@ -165,10 +165,9 @@ Model* GenericModelMaker::processModel(const string& aPathToSubject) const
165
model->initSystem();
166
167
if (!_markerSetFileNameProp.getValueIsDefault() && _markerSetFileName !="Unassigned") {
168
- log_info("Loading marker set from '{}'.",
169
- aPathToSubject + _markerSetFileName);
170
std::string markerSetPath =
171
SimTK::Pathname::getAbsolutePathnameUsingSpecifiedWorkingDirectory(aPathToSubject, _markerSetFileName);
+ log_info("Loading marker set from '{}'.", markerSetPath);
172
MarkerSet *markerSet = new MarkerSet(markerSetPath);
173
model->updateMarkerSet(*markerSet);
174
}
0 commit comments