equal
deleted
inserted
replaced
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 |