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 801f169 + 7cdb52f commit 5a59cd7Copy full SHA for 5a59cd7
OpenSim/Simulation/RegisterTypes_osimSimulation.cpp
@@ -78,6 +78,7 @@
78
#include "Model/Appearance.h"
79
#include "Model/Geometry.h"
80
#include "Model/ModelVisualPreferences.h"
81
+#include "Model/ExpressionBasedCoordinateForce.h"
82
83
#include "Control/ControlSet.h"
84
#include "Control/ControlSetController.h"
@@ -240,6 +241,7 @@ OSIMSIMULATION_API void RegisterTypes_osimSimulation()
240
241
Object::registerType( BushingForce() );
242
Object::registerType( FunctionBasedBushingForce() );
243
Object::registerType( ExpressionBasedBushingForce() );
244
+ Object::registerType( ExpressionBasedCoordinateForce() );
245
246
Object::registerType( ControlSetController() );
247
Object::registerType( PrescribedController() );
0 commit comments