Changeset 7

Show
Ignore:
Timestamp:
03/13/07 15:47:50 (2 years ago)
Author:
pernet
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • include/fflas-ffpack/ffpack_charpoly.inl

    r3 r7  
    5757                        } 
    5858                        catch (CharpolyFailed){ 
    59                                 if (attempts<2) 
     59                                if (attempts++ < 2) 
    6060                                        cont = true; 
    6161                                else 
    62                                         CharPoly(F, charp, N, A, lda, FfpackLUK); 
    63  
     62                                        return CharPoly(F, charp, N, A, lda, FfpackLUK); 
     63                                 
    6464                        } 
    6565                } while (cont);