MCPcopy Create free account
hub / github.com/BoevaLab/FREEC / getlowbound

Method getlowbound

src/ap.h:548–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546 };
547
548 int getlowbound(int iBoundNum) const
549 {
550 return iBoundNum==1 ? m_iLow1 : m_iLow2;
551 };
552
553 int gethighbound(int iBoundNum) const
554 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected