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

Fix GraphComponent::resetNumericalConstraints

parent 6adf2c12
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,7 @@ namespace hpp {
void GraphComponent::resetNumericalConstraints ()
{
numericalConstraints_.clear();
passiveDofs_.clear();
}
void GraphComponent::addLockedJointConstraint
......
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