MCPcopy Create free account
hub / github.com/NanoComp/meep / min

Function min

tests/flux.cpp:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55static inline double min(double a, double b) { return (a < b) ? a : b; }
56
57int flux_1d(const double zmax, double eps(const vec &)) {
58 const double a = 10.0;

Callers 2

flux_1dFunction · 0.70
flux_cylFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected