| 338 | |
| 339 | |
| 340 | void Foam::dynamicCode::reset |
| 341 | ( |
| 342 | const dynamicCodeContext& context |
| 343 | ) |
| 344 | { |
| 345 | clear(); |
| 346 | setFilterContext(context); |
| 347 | } |
| 348 | |
| 349 | |
| 350 | void Foam::dynamicCode::addCompileFile(const fileName& name) |
nothing calls this directly
no test coverage detected