nothing..

This commit is contained in:
toni
2016-03-17 17:55:43 +01:00
parent 6346231a64
commit 0cd038187b

View File

@@ -64,7 +64,7 @@ public:
DijkstraNode<T>* dnSrc = toBeProcessedNodes.pop();
// stop when end was reached??
//if (dnSrc->element == &end) {break;}
//if (dnSrc->element == &end) {break;}
// process each neighbor of the current element
for (int i = 0; i < acc.getNumNeighbors(*dnSrc->element); ++i) {