Home
last modified time | relevance | path

Searched refs:h3ok (Results 1 – 1 of 1) sorted by relevance

/dports/biology/ugene/ugene-40.1/src/plugins/repeat_finder/src/
H A DRepeatFinderTests.cpp519 bool h1ok, h2ok, h3ok; in run() local
520 Tandem t(hit[0].toInt(&h1ok) - 1, hit[3].toInt(&h2ok), hit[2].toInt(&h3ok)); in run()
521 if (!h1ok || !h2ok || !h3ok) { in run()