We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e4e3c commit 99488dcCopy full SHA for 99488dc
src/grt/src/cugr/src/MazeRoute.cpp
@@ -206,7 +206,8 @@ void MazeRoute::run()
206
continue;
207
}
208
for (int edgeIndex = 0; edgeIndex < 3; edgeIndex++) {
209
- const int nextVertex = graph_.getNextVertex(solution->vertex, edgeIndex);
+ const int nextVertex
210
+ = graph_.getNextVertex(solution->vertex, edgeIndex);
211
if (nextVertex == -1
212
|| (solution->prev && nextVertex == solution->prev->vertex)) {
213
0 commit comments