Skip to content
Snippets Groups Projects
Commit 4f9bb2d7 authored by Amaury Johnen's avatar Amaury Johnen
Browse files

saw incoherent code in OptHomPeriodicity, should be better now

parent c6ccde5a
Branches
Tags
No related merge requests found
...@@ -192,7 +192,7 @@ void OptHomPeriodicity::_copyBackMasterVertices() ...@@ -192,7 +192,7 @@ void OptHomPeriodicity::_copyBackMasterVertices()
} }
break; break;
} }
case 3: case 1:
{ {
GEdge *master = dynamic_cast<GEdge*>(it->first); GEdge *master = dynamic_cast<GEdge*>(it->first);
GEdge *slave = dynamic_cast<GEdge*>(it->second); GEdge *slave = dynamic_cast<GEdge*>(it->second);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment