Home
last modified time | relevance | path

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

/dports/biology/lamarc/lamarc-2.1.8/src/ui_vars/
H A Dui_vars_forces.cpp1202 assert( (method == method_FST) || (method == method_PROGRAMDEFAULT) ); in AssertOnIllegalStartMethod()
1420 assert( (method == method_FST) || in AssertOnIllegalStartMethod()
1423 if ((method==method_FST) && !(GetConstUIVars().forces.GetForceLegal(force_MIG))) in AssertOnIllegalStartMethod()
1441 m_calculatedStartValues.erase(method_FST); in FillCalculatedStartValues()
1442 m_calculatedStartValues.insert(make_pair(method_FST,estimates)); in FillCalculatedStartValues()
1561 m_calculatedStartValues.erase(method_FST); in FillCalculatedStartValues()
1562 m_calculatedStartValues.insert(make_pair(method_FST,estimates)); in FillCalculatedStartValues()
2820 getLegalForce(force_COAL).SetStartMethods(method_FST); in SetAllThetaStartValuesFST()
2844 getLegalForce(force_MIG).SetStartMethods(method_FST); in SetAllMigrationStartValuesFST()
2870 getLegalForce(force_DIVMIG).SetStartMethods(method_FST);
/dports/biology/lamarc/lamarc-2.1.8/src/control/
H A Dconstants.h70 enum method_type {method_PROGRAMDEFAULT, method_USER, method_FST, method_WATTERSON}; enumerator
/dports/biology/lamarc/lamarc-2.1.8/src/tools/
H A Dstringx.cpp288 case method_FST: in ToString()
1827 if(StringMatchesMethodType(input,method_FST)) return method_FST; in ProduceMethodTypeOrBarf()