Home
last modified time | relevance | path

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

/dports/biology/iqtree/IQ-TREE-2.0.6/tree/
H A Dupperbounds.cpp32 string out_file_within = params->out_prefix; in UpperBounds() local
34 out_file_within = "results.within.ub"; in UpperBounds()
37 out_within.open((char*)out_file_within.c_str(),std::ofstream::out | std::ofstream::app); in UpperBounds()