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

Method maxint

src/ap.cpp:1053–1056  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1051{ return x*x; }
1052
1053int ap::maxint(int m1, int m2)
1054{
1055 return m1>m2 ? m1 : m2;
1056}
1057
1058int ap::minint(int m1, int m2)
1059{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected