version 1.62, 2017/08/04 09:14:59
|
version 1.68, 2019/10/31 15:39:59
|
Line 1
|
Line 1
|
/* |
/* |
================================================================================ |
================================================================================ |
RPL/2 (R) version 4.1.28 |
RPL/2 (R) version 4.1.32 |
Copyright (C) 1989-2017 Dr. BERTRAND Joël |
Copyright (C) 1989-2019 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 |
# 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 |
} |
} |