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

Function fillNan

src/OSspecific/POSIX/signals/sigFpe.C:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46struct sigaction Foam::sigFpe::oldAction_;
47
48void Foam::sigFpe::fillNan(UList<scalar>& lst)
49{
50 lst = std::numeric_limits<scalar>::signaling_NaN();
51}
52
53bool Foam::sigFpe::mallocNanActive_ = false;
54

Callers 2

mallocNanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected