src/lemon/concept/graph_component.h
changeset 1136 8d066154b66a
parent 1134 56b07afdbf8d
child 1158 29961fa390a3
     1.1 --- a/src/lemon/concept/graph_component.h	Mon Feb 07 10:50:05 2005 +0000
     1.2 +++ b/src/lemon/concept/graph_component.h	Mon Feb 07 11:28:37 2005 +0000
     1.3 @@ -108,7 +108,7 @@
     1.4  	  //	  b = (ia == ib) && (ia != ib) && (ia < ib);
     1.5  	  b = (ia == ib) && (ia != ib);
     1.6  	  b = (ia == INVALID) && (ib != INVALID);
     1.7 -	  b = (ia < ib);
     1.8 +	  //	  b = (ia < ib);
     1.9  	}
    1.10  
    1.11  	const _GraphItem &ia;