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

Method minint

src/ap.cpp:1058–1061  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1056}
1057
1058int ap::minint(int m1, int m2)
1059{
1060 return m1>m2 ? m2 : m1;
1061}
1062
1063double ap::maxreal(double m1, double m2)
1064{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected