Mentions légales du service

Skip to content
Snippets Groups Projects
Commit d7c53b12 authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- corrected the bug that added one cell too many in cut

parent 3919a18c
No related branches found
No related tags found
No related merge requests found
......@@ -461,6 +461,7 @@ public class BasicAlignment implements Alignment {
for( i=0; i < size && !found ; i++) {
if ( ((Cell)buffer.get(i)).getStrength() < max ) found = true;
}
if ( i != 0 ) i--;
}
// Introduce the result back in the structure
size = i;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment