nothing..
This commit is contained in:
@@ -64,7 +64,7 @@ public:
|
|||||||
DijkstraNode<T>* dnSrc = toBeProcessedNodes.pop();
|
DijkstraNode<T>* dnSrc = toBeProcessedNodes.pop();
|
||||||
|
|
||||||
// stop when end was reached??
|
// stop when end was reached??
|
||||||
//if (dnSrc->element == &end) {break;}
|
//if (dnSrc->element == &end) {break;}
|
||||||
|
|
||||||
// process each neighbor of the current element
|
// process each neighbor of the current element
|
||||||
for (int i = 0; i < acc.getNumNeighbors(*dnSrc->element); ++i) {
|
for (int i = 0; i < acc.getNumNeighbors(*dnSrc->element); ++i) {
|
||||||
|
|||||||
Reference in New Issue
Block a user