Obsolete bug removed
authoralpar
Tue, 08 Nov 2005 10:10:09 +0000
changeset 1779f6cafba4dbf2
parent 1778 4ba7965386fb
child 1780 9f052750753f
Obsolete bug removed
lemon/unionfind.h
     1.1 --- a/lemon/unionfind.h	Fri Nov 04 19:19:52 2005 +0000
     1.2 +++ b/lemon/unionfind.h	Tue Nov 08 10:10:09 2005 +0000
     1.3 @@ -21,9 +21,6 @@
     1.4  //!\file
     1.5  //!\brief Union-Find data structures.
     1.6  //!
     1.7 -//!\bug unionfind_test.cc doesn't work with Intel compiler. It compiles but
     1.8 -//!fails to run (Segmentation fault).
     1.9 -
    1.10  
    1.11  #include <vector>
    1.12  #include <list>