| 2619 | } |
| 2620 | |
| 2621 | void vtkMultiBlockPLOT3DReader::CloseFile(void* fp) |
| 2622 | { |
| 2623 | fclose(reinterpret_cast<FILE*>(fp)); |
| 2624 | } |
| 2625 | |
| 2626 | int vtkMultiBlockPLOT3DReader::CheckFile(FILE*& fp, const char* fname) |
| 2627 | { |
no outgoing calls
no test coverage detected