A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/marbl/canu/commit/13de2b892ff6314bc2ff931d2b3a986d68849c4d below:

fix crash when tiglen becomes larger than trimmed template · marbl/canu@13de2b8 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+2

-0

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+2

-0

lines changed Original file line number Diff line number Diff line change

@@ -472,6 +472,8 @@ unitigConsensus::generateTemplateStitch(void) {

472 472

// enforce minimum template length

473 473

if (templateLen <= 1)

474 474

templateLen ++;

475 +

if (templateLen > tiglen)

476 +

templateLen = tiglen-1;

475 477 476 478

if (showAlgorithm()) {

477 479

fprintf(stderr, "\n");

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4