| 180 | |
| 181 | |
| 182 | void Foam::meshReader::clearExtraStorage() |
| 183 | { |
| 184 | cellFaces_.clear(); |
| 185 | baffleFaces_.clear(); |
| 186 | boundaryIds_.clear(); |
| 187 | baffleIds_.clear(); |
| 188 | |
| 189 | deleteDemandDrivenData(pointCellsPtr_); |
| 190 | } |
| 191 | |
| 192 | |
| 193 | // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // |
no test coverage detected