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

Method wrongColumn

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

Source from the content-addressed store, hash-verified

594private:
595 bool wrongRow(int i) const { return i<m_iLow1 || i>m_iHigh1; };
596 bool wrongColumn(int j) const { return j<m_iLow2 || j>m_iHigh2; };
597
598 T *m_Vec;
599 long m_iVecSize;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected