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