Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
119
bool Foam::functionObjects::systemCall::end()
120
{
121
forAll(endCalls_, callI)
122
{
123
Foam::system(endCalls_[callI]);
124
}
125
126
return true;
127
}
128
129
130
bool Foam::functionObjects::systemCall::write()
Callers
nothing calls this directly
Calls
2
system
Function · 0.85
forAll
Function · 0.50
Tested by
no test coverage detected