Skip to content
Snippets Groups Projects
Commit 6bedc67e authored by Margaux Sebal's avatar Margaux Sebal Committed by Joseph Mirabel
Browse files

[Edge] Improve error message in method build.

parent ac025a15
No related branches found
No related tags found
No related merge requests found
......@@ -340,6 +340,7 @@ namespace hpp {
hppDout(info, "q2 = " << displayConfig (q2)
<< " does not satisfy the constraints of edge "
<< name ());
hppDout (info, "q1 = " << displayConfig (q1));
return false;
}
} else {
......
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