Skip to content
Snippets Groups Projects
Commit 81cb2f4c authored by Backofen, Rainer's avatar Backofen, Rainer
Browse files

removed doubled mel->getNeighbour()

parent 2209c8b5
No related branches found
No related tags found
No related merge requests found
......@@ -676,7 +676,6 @@ namespace AMDiS {
int k;
while ((k = mel_info->worldToCoord(xy, &lambda)) >= 0) {
if (mel->getNeighbour(k)) {
mel = mel->getNeighbour(k);
mel = mel->getNeighbour(k);
if (macrosVisited.count(mel->getIndex()))
return false;
......
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