lemon/bellman_ford.h
changeset 2010 08464643a658
parent 1993 2115143eceea
child 2042 bdc953f2a449
equal deleted inserted replaced
4:3b6d237bb4d4 5:9181f9f1368b
   276     };
   276     };
   277     
   277     
   278     template <class T>
   278     template <class T>
   279     struct DefDistMapTraits : public Traits {
   279     struct DefDistMapTraits : public Traits {
   280       typedef T DistMap;
   280       typedef T DistMap;
   281       static DistMap *createDistMap(const Graph& graph) {
   281       static DistMap *createDistMap(const Graph&) {
   282 	throw UninitializedParameter();
   282 	throw UninitializedParameter();
   283       }
   283       }
   284     };
   284     };
   285 
   285 
   286     /// \brief \ref named-templ-param "Named parameter" for setting DistMap 
   286     /// \brief \ref named-templ-param "Named parameter" for setting DistMap