A RetroSearch Logo

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

Search Query:

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

slight tweak to when we keep a thin overlap · marbl/canu@bf659b1 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-1

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

@@ -381,7 +381,7 @@ unitigConsensus::generateTemplateStitch(void) {

381 381

bool first = (nm == 0);

382 382

bool save = false;

383 383 384 -

if ((nm < _utgpos[ii].max()) && (thick || (first && !allowContains)) && badToAdd.count(ii) == 0) {

384 +

if ((nm < _utgpos[ii].max()) && (thick || (first && badToAdd.size() == 0)) && badToAdd.count(ii) == 0) {

385 385

save = true;

386 386

nr = ii;

387 387

nm = _utgpos[ii].max();

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