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

Function execute

src/functionObjects/utilities/systemCall/systemCall.C:108–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107
108bool Foam::functionObjects::systemCall::execute()
109{
110 forAll(executeCalls_, callI)
111 {
112 Foam::system(executeCalls_[callI]);
113 }
114
115 return true;
116}
117
118
119bool Foam::functionObjects::systemCall::end()

Callers

nothing calls this directly

Calls 2

systemFunction · 0.85
forAllFunction · 0.50

Tested by

no test coverage detected