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

Method maxreal

src/ap.cpp:1063–1066  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1061}
1062
1063double ap::maxreal(double m1, double m2)
1064{
1065 return m1>m2 ? m1 : m2;
1066}
1067
1068double ap::minreal(double m1, double m2)
1069{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected