pgRouting

Changeset 158

Show
Ignore:
Timestamp:
04/02/08 16:27:30 (8 months ago)
Author:
anton
Message:

iteration number check restored

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/core/src/shooting_star_boost_wrapper.cpp

    r157 r158  
    372372        // restore the path from the target edge within 
    373373        // MAX_NODE iterations. 
    374         // Somehow it doesn't work properly and search exits here 
     374        // Sometimes it doesn't work properly and search exits here 
    375375        // even if the target edge was reached. 
    376 /* 
     376 
    377377        if (!max--)  
    378378          { 
    379379            *err_msg = "No path found"; 
    380380            return -1; 
    381           } 
    382 */         
     381          }        
    383382      } 
    384383