------------------------------------------------------------------------------
| 11293 | |
| 11294 | //------------------------------------------------------------------------------ |
| 11295 | void vtkOpenFOAMReader::SetUse64BitFloats(bool val) |
| 11296 | { |
| 11297 | if (this->Use64BitFloats != val) |
| 11298 | { |
| 11299 | this->Use64BitFloats = val; |
| 11300 | this->Refresh = true; // Need to reread everything |
| 11301 | this->Modified(); |
| 11302 | } |
| 11303 | } |
| 11304 | |
| 11305 | //------------------------------------------------------------------------------ |
| 11306 | // Printing |
no test coverage detected