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

Function write

src/functionObjects/utilities/systemCall/systemCall.C:130–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128
129
130bool Foam::functionObjects::systemCall::write()
131{
132 forAll(writeCalls_, callI)
133 {
134 Foam::system(writeCalls_[callI]);
135 }
136
137 return true;
138}
139
140
141// ************************************************************************* //

Callers

nothing calls this directly

Calls 2

systemFunction · 0.85
forAllFunction · 0.50

Tested by

no test coverage detected