Home
last modified time | relevance | path

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

/dports/biology/lamarc/lamarc-2.1.8/src/tree/
H A Dfc_status.cpp33m_site_index_upper_limit(0L) // UPPER end of highest range inserted so far; the END of the F… in FC_Status()
230 if(range_upper_index > m_site_index_upper_limit) in Adjust_FC_Counts()
232 m_site_index_upper_limit = range_upper_index; in Adjust_FC_Counts()
292 if(range_upper_index > m_site_index_upper_limit) in Adjust_FC_Counts()
294 m_site_index_upper_limit = range_upper_index; in Adjust_FC_Counts()
481 << m_site_index_upper_limit << " (upper)" << endl; in PrintFCStatus()
H A Dfc_status.h158 long int m_site_index_upper_limit; variable