Changeset 69

Show
Ignore:
Timestamp:
08/12/08 02:32:48 (3 months ago)
Author:
pernet
Message:

more explicit parenthesis

Files:
1 modified

Legend:

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

    r27 r69  
    1414        size_t ind=0, i=0; 
    1515        while(i<k){ 
    16                 if (d[i]) 
     16                if (d[i]){ 
    1717                        if (ind<i){ 
    1818                                d[ind] = d[i]; 
     
    2020                        } 
    2121                        else ind++; 
     22                } 
    2223                i++; 
    2324        }