Home
last modified time | relevance | path

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

/dports/biology/lamarc/lamarc-2.1.8/src/tree/
H A Dtree.h52 typedef std::pair<Branch_ptr, Branch_ptr> branchpair; typedef
329 branchpair RecombineActive(double eventT, long maxEvents, FPartMap fparts,
331 branchpair RecombineInactive(double eventT, long maxEvents, FPartMap fparts,
H A Drectree.cpp446 branchpair RecTree::RecombineActive(double eventT, long maxEvents, FPartMap fparts, in RecombineActive()
502 branchpair RecTree::RecombineInactive(double eventT, long maxEvents, FPartMap fparts, in RecombineInactive()
/dports/biology/lamarc/lamarc-2.1.8/src/force/
H A Devent.cpp721branchpair newbranches = tr->RecombineActive(eventT, m_maxEvents, fparts, active, recsite, fcsites… in DoEvent()
844 branchpair branches = tr->RecombineInactive(eventT, m_maxEvents, fparts, branch, recsite, in DoEvent()
848branchpair branches = tr->RecombineInactive(eventT, m_maxEvents, fparts, branch, recsite, emptyset… in DoEvent()