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

Function end

src/functionObjects/utilities/systemCall/systemCall.C:119–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117
118
119bool Foam::functionObjects::systemCall::end()
120{
121 forAll(endCalls_, callI)
122 {
123 Foam::system(endCalls_[callI]);
124 }
125
126 return true;
127}
128
129
130bool Foam::functionObjects::systemCall::write()

Callers

nothing calls this directly

Calls 2

systemFunction · 0.85
forAllFunction · 0.50

Tested by

no test coverage detected