Skip to content
Snippets Groups Projects
Commit 0fd97096 authored by Cyril Moineau's avatar Cyril Moineau Committed by Cyril Moineau
Browse files

Node::createUniqueName return name if node is in no GraphView and avoid noreturn error.

parent fe90a39c
No related branches found
No related tags found
2 merge requests!152Update Aidge export to take a graph view has an argument instead of a...,!133Fix duplicate name issue when adding a GraphView to an other
......@@ -69,6 +69,7 @@ std::string Aidge::Node::createUniqueName(std::string name){
return name;
}
}
return name;
}
///////////////////////////////////////////////////////
......
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