Fix issue #43 - Submatrix fields
Compare changes
+ 8
− 5
@@ -62,7 +62,7 @@ int morse_desc_check (const MORSE_desc_t *desc);
@@ -174,18 +174,21 @@ inline static int morse_getblkldd_cm(const MORSE_desc_t *A, int m) {
A GitLab upgrade is scheduled for Monday, June 2, 2025. The service will be unavailable for a few minutes in the morning. We'll keep you posted on the progress of the upgrade on the Mattermost channel: https://mattermost.inria.fr/devel/channels/gitlab. We recommend that you do not work on the platform until an announcement indicates that maintenance is complete.
Got over the code using indices to check that they do the submatrices displacement. This had already been fixed in the past, so I hope it won't get lost again, and that we will find a way to check it.