equal
  deleted
  inserted
  replaced
  
    
    
    56   ///\author Attila Bernath  | 
    56   ///\author Attila Bernath  | 
    57   template <typename Graph, typename LengthMap>  | 
    57   template <typename Graph, typename LengthMap>  | 
    58   class Suurballe{ | 
    58   class Suurballe{ | 
    59   | 
    59   | 
    60   | 
    60   | 
    61     typedef typename LengthMap::ValueType Length;  | 
    61     typedef typename LengthMap::Value Length;  | 
    62       | 
    62       | 
    63     typedef typename Graph::Node Node;  | 
    63     typedef typename Graph::Node Node;  | 
    64     typedef typename Graph::NodeIt NodeIt;  | 
    64     typedef typename Graph::NodeIt NodeIt;  | 
    65     typedef typename Graph::Edge Edge;  | 
    65     typedef typename Graph::Edge Edge;  | 
    66     typedef typename Graph::OutEdgeIt OutEdgeIt;  | 
    66     typedef typename Graph::OutEdgeIt OutEdgeIt;  |