MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / operator-

Function operator-

src/OpenFOAM/primitives/complex/complexI.H:242–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240
241
242inline complex operator-(const complex& c)
243{
244 return complex
245 (
246 -c.re,
247 -c.im
248 );
249}
250
251
252inline complex operator-(const complex& c1, const complex& c2)

Callers

nothing calls this directly

Calls 1

complexClass · 0.85

Tested by

no test coverage detected