------------------------------------------------------------------------------
| 6452 | |
| 6453 | //------------------------------------------------------------------------------ |
| 6454 | int vtkExodusIIReader::IsValidVariable(const char* type, const char* name) |
| 6455 | { |
| 6456 | return (this->GetVariableID(type, name) >= 0); |
| 6457 | } |
| 6458 | |
| 6459 | //------------------------------------------------------------------------------ |
| 6460 | int vtkExodusIIReader::GetVariableID(const char* type, const char* name) |
nothing calls this directly
no test coverage detected