summaryrefslogtreecommitdiff
path: root/LocomotorPrimitivesManager.h
blob: f58dd1776ec4932c627e4be6bfdc5e3997b32e24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef LOCOMOTORPRIMITIVES_MANAGER_H_
#define LOCOMOTORPRIMITIVES_MANAGER_H_

#include "OpenSim/OpenSim.h"

class LocomotorPrimitivesManager : public OpenSim::Manager
{
public:
	LocomotorPrimitivesManager(OpenSim::Model &model, SimTK::Integrator &integrator)
		: OpenSim::Manager(model, integrator) { }
	bool integrate(SimTK::State &s, double dtFirst=1.0e-6);
	bool doIntegration(SimTK::State &s, int step, double dtFirst);
};

#endif /* LOCOMOTORPRIMITIVES_MANAGER_H_ */
ht'>2016-09-04 08:45:41 -0700 commit9ca581b50dab6103183396852cc08e440fcda18e (patch) tree029775bfe0ce0adcce7f0dd7f1ca8f98efe1768c parent1c3333600b0ebca94edffb3bb431c78687dc3d36 (diff)parentd1992996753132e2dafe955cccb2fb0714d3cfc4 (diff)
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fix from Thomas Gleixner: "A single fix for an AMD erratum so machines without a BIOS fix work" * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/AMD: Apply erratum 665 on machines without a BIOS fix
Diffstat