Diff for /rpl/src/algebre_lineaire3.c between versions 1.62 and 1.63

version 1.62, 2017/08/04 09:14:59 version 1.63, 2017/08/21 16:26:13
Line 105  factorisation_schur(struct_processus *s_ Line 105  factorisation_schur(struct_processus *s_
             }              }
   
             (*s_matrice).type = 'R';              (*s_matrice).type = 'R';
 #           if __GNUC__ > 7  #           if __GNUC__ >= 7
             __attribute__ ((fallthrough));              __attribute__ ((fallthrough));
 #           endif  #           endif
         }          }
Line 463  factorisation_lq(struct_processus *s_eta Line 463  factorisation_lq(struct_processus *s_eta
             }              }
   
             (*s_matrice).type = 'R';              (*s_matrice).type = 'R';
 #           if __GNUC__ > 7  #           if __GNUC__ >= 7
             __attribute__ ((fallthrough));              __attribute__ ((fallthrough));
 #           endif  #           endif
         }          }
Line 672  factorisation_qr(struct_processus *s_eta Line 672  factorisation_qr(struct_processus *s_eta
             }              }
   
             (*s_matrice).type = 'R';              (*s_matrice).type = 'R';
 #           if __GNUC__ > 7  #           if __GNUC__ >= 7
             __attribute__ ((fallthrough));              __attribute__ ((fallthrough));
 #           endif  #           endif
         }          }

Removed from v.1.62  
changed lines
  Added in v.1.63


CVSweb interface <joel.bertrand@systella.fr>