lemon/concepts/ugraph.h
changeset 2291 fbc4af1f9378
parent 2261 c52b572c294f
child 2391 14a343be7a5a
equal deleted inserted replaced
1:97c325f4c58a 2:3f7bb411757b
   580       }
   580       }
   581 
   581 
   582       /// \brief Direct the given undirected edge.
   582       /// \brief Direct the given undirected edge.
   583       ///
   583       ///
   584       /// Direct the given undirected edge. The returned edge
   584       /// Direct the given undirected edge. The returned edge
   585       /// represents the given undireted edge and the direction comes
   585       /// represents the given undirected edge and the direction comes
   586       /// from the given bool.  The source of the undirected edge and
   586       /// from the given bool.  The source of the undirected edge and
   587       /// the directed edge is the same when the given bool is true.
   587       /// the directed edge is the same when the given bool is true.
   588       Edge direct(const UEdge&, bool) const {
   588       Edge direct(const UEdge&, bool) const {
   589 	return INVALID;
   589 	return INVALID;
   590       }
   590       }