Skip to content
Snippets Groups Projects
Commit 3bed15e0 authored by Florent Lamiraux's avatar Florent Lamiraux Committed by GitHub
Browse files

Merge pull request #20 from jmirabel/devel

Fix Roadmap::clear (remove symbolic components)
parents 49ba29e5 8eed114f
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@ namespace hpp {
for (it = hs.begin(); it != hs.end(); ++it)
(*it)->clear ();
}
symbolicCCs_.clear();
}
void Roadmap::push_node (const core::NodePtr_t& n)
......
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