Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/cn3d/
H A Dupdate_viewer.cpp1040 int masterStart=-1, importStart, importLoc, dependentLoc, masterLoc, len=0; in GetAlignmentByBestNeighbor() local
1044 dependentLoc = (importLoc < (int)importSeq->Length()) ? import2dependent[importLoc] : -1; in GetAlignmentByBestNeighbor()
1045 masterLoc = (dependentLoc >= 0) ? dependent2master[dependentLoc] : -1; in GetAlignmentByBestNeighbor()