| 114 | } |
| 115 | |
| 116 | bool vtkExodusIIReaderScalarCheck::StartInternal(std::string name, const int*, int) |
| 117 | { |
| 118 | this->Prefix = name; |
| 119 | this->OriginalNames.push_back(name); |
| 120 | return false; |
| 121 | } |
| 122 | |
| 123 | bool vtkExodusIIReaderScalarCheck::Add(std::string, const int*) |
| 124 | { // Scalars never have more than 1 name |