summaryrefslogtreecommitdiff
path: root/LocomotorPrimitivesManager.cpp
blob: 71df3135e0cbc710c906490300ce480b091b8469 (plain)
1
2
3
4
5
6
7
8
9
#include <OpenSim/OpenSim.h>

#include "LocomotorPrimitivesManager.h"

bool LocomotorPrimitivesManager::doIntegration(SimTK::State &s, int step, double dtFirst)
{
	// TODO possiblly additional calculations
	return OpenSim::Manager::doIntegration(s, step, dtFirst);
}
d class='ctrl'>
authorBojan Prtvar <prtvar.b@gmail.com>2016-07-19 11:16:38 +0200
committerUlf Hansson <ulf.hansson@linaro.org>2016-07-25 10:34:51 +0200
commit6825a606584cec455b003afec7c10a07e563c994 (patch)
tree7357da2ff81f38eac46daefc8f877b58fbc20137 /Documentation/translations
parent2c4c7146c7f6cffcbd71f1df95e6bc6727324e05 (diff)
mmc: core: Extend sysfs with DSR register
Export DSR register through sysfs same as we did for the CID, CSD and OCR registers. Signed-off-by: Bojan Prtvar <prtvar.b@gmail.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'Documentation/translations')