| 65 | |
| 66 | |
| 67 | void Foam::cellTable::addDefaults() |
| 68 | { |
| 69 | forAllIter(Map<dictionary>, *this, iter) |
| 70 | { |
| 71 | if (!iter().found("MaterialType")) |
| 72 | { |
| 73 | iter().add("MaterialType", defaultMaterial_); |
| 74 | } |
| 75 | } |
| 76 | } |
| 77 | |
| 78 | |
| 79 | void Foam::cellTable::setEntry |
no test coverage detected