Diff for /rpl/src/algebre_lineaire3.c between versions 1.55 and 1.65

version 1.55, 2015/09/18 13:41:06 version 1.65, 2018/12/24 15:54:55
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.23    RPL/2 (R) version 4.1.30
   Copyright (C) 1989-2015 Dr. BERTRAND Joël    Copyright (C) 1989-2018 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
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
               __attribute__ ((fallthrough));
   #           endif
         }          }
   
         case 'R' :          case 'R' :
Line 460  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
               __attribute__ ((fallthrough));
   #           endif
         }          }
   
         case 'R' :          case 'R' :
Line 666  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
               __attribute__ ((fallthrough));
   #           endif
         }          }
   
         case 'R' :          case 'R' :

Removed from v.1.55  
changed lines
  Added in v.1.65


CVSweb interface <joel.bertrand@systella.fr>