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

Add debug output in LevelSetEdge::buildHistogram

parent 25302982
No related branches found
No related tags found
No related merge requests found
...@@ -661,6 +661,11 @@ namespace hpp { ...@@ -661,6 +661,11 @@ namespace hpp {
f.condition (cond); f.condition (cond);
cond->addConstraint (proj); cond->addConstraint (proj);
hppDout(info, "Build histogram of LevelSetEdge " << name()
<< "\nParametrizer:\n" << *param
<< "\nCondition:\n" << *cond
);
// TODO: If hist_ is not NULL, remove the previous Histogram. // TODO: If hist_ is not NULL, remove the previous Histogram.
// It should not be of any use and it slows down node insertion in the // It should not be of any use and it slows down node insertion in the
// roadmap. // roadmap.
......
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