Home
last modified time | relevance | path

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

/dports/biology/ugene/ugene-40.1/src/plugins/smith_waterman/src/
H A DSmithWatermanAlgorithm.cpp76 int nCharsInAlphabet = alphaChars.size(); in calculateMatrixLength() local
79 for (int j = 0; j < nCharsInAlphabet; j++) { in calculateMatrixLength()