src/hugo/unionfind.h
changeset 774 4297098d9677
parent 649 ce74706e924d
child 810 e9fbc747ca47
     1.1 --- a/src/hugo/unionfind.h	Wed Aug 25 18:55:57 2004 +0000
     1.2 +++ b/src/hugo/unionfind.h	Mon Aug 30 12:01:47 2004 +0000
     1.3 @@ -5,6 +5,9 @@
     1.4  //!\ingroup auxdat
     1.5  //!\file
     1.6  //!\brief Union-Find data structures.
     1.7 +//!
     1.8 +//!\bug unionfind_test.cc doesn't work with Intel compiler. It compiles but
     1.9 +//!fails to run (Segmentation fault).
    1.10  
    1.11  
    1.12  #include <vector>