Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/gnomon/
H A Dgnomon_model.cpp994 int firstcommonpoint = -1; in isCompatible() local
1018 if(firstcommonpoint < 0) { in isCompatible()
1019 firstcommonpoint = left; in isCompatible()
1026 afirst = pmapa->MapOrigToEdited(firstcommonpoint); in isCompatible()
1027 bfirst = pmapb->MapOrigToEdited(firstcommonpoint); in isCompatible()
1057 return firstcommonpoint >= 0 ? commonspl+1 : 0; in isCompatible()