Home
last modified time | relevance | path

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

/dports/biology/clustalw/clustalw-2.1/src/tree/
H A DClusterTree.cpp150 if (clustalw::userParameters->getTossGaps()) in dnaDistanceMatrix()
192 if (clustalw::userParameters->getTossGaps() && (treeGaps[j] > 0)) in dnaDistanceMatrix()
400 if (clustalw::userParameters->getTossGaps()) in protDistanceMatrix()
437 if (clustalw::userParameters->getTossGaps() && (treeGaps[j] > 0)) in protDistanceMatrix()
/dports/biology/clustalw/clustalw-2.1/src/general/
H A DUserParameters.h189 bool getTossGaps(){return tossgaps;}; in getTossGaps() function
/dports/biology/clustalw/clustalw-2.1/src/interface/
H A DInteractiveMenu.cpp543 if (userParameters->getTossGaps()) in phylogeneticTreeMenu()