diff --git a/statements/pbrst.y b/statements/pbrst.y index 5992cc8..4b6563c 100644 --- a/statements/pbrst.y +++ b/statements/pbrst.y @@ -785,6 +785,8 @@ void check_cover(double cover) { return; // avoid segfault later } add_parseinfo(", union: [%d,%d]\n", oimin, oimax); + add_parseinfo("%d,%d: info: OT headline %d %s %s has at least corresponding fragment\n", yylineno, yycolumn, + i, books_s[i], infos_s[i]); // Compare headline interval with the union: int ot_headline_start = intervals[i][0]; int ot_headline_end = intervals[i][1]; @@ -803,17 +805,21 @@ void check_cover(double cover) { // Register fragments for the OT books: oimins[i-1] = oimin, oimaxs[i-1] = oimax; int ounion_length = oimax-oimin+1; - for (int j=0; j