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

Method gethighbound

src/ap.h:553–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551 };
552
553 int gethighbound(int iBoundNum) const
554 {
555 return iBoundNum==1 ? m_iHigh1 : m_iHigh2;
556 };
557
558 raw_vector<T> getcolumn(int iColumn, int iRowStart, int iRowEnd)
559 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected