Skip to content
Snippets Groups Projects
Commit cbcf3dd0 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Update to changes about ConfigProjector::updateRightHandSize

parent 9e29620f
No related branches found
No related tags found
No related merge requests found
......@@ -586,13 +586,12 @@ namespace hpp {
for (NumericalConstraints_t::const_iterator it =
paramNumericalConstraints_.begin ();
it != paramNumericalConstraints_.end (); ++it) {
(*it)->rightHandSideFromConfig (qlevelset);
cp->rightHandSideFromConfig (*it, qlevelset);
}
for (LockedJoints_t::const_iterator it = paramLockedJoints_.begin ();
it != paramLockedJoints_.end (); ++it) {
(*it)->rightHandSideFromConfig (qlevelset);
cp->rightHandSideFromConfig (*it, qlevelset);
}
cp->updateRightHandSide ();
// Eventually, do the projection.
if (isShort_) q = qoffset;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment