------------------------------------------------------------------------------
| 153 | |
| 154 | //------------------------------------------------------------------------------ |
| 155 | void EnSightFile::SetTimeAndFileSetInfo(int timeSet, int fileSet) |
| 156 | { |
| 157 | this->TimeSet = timeSet; |
| 158 | this->FileSet = fileSet; |
| 159 | } |
| 160 | |
| 161 | //------------------------------------------------------------------------------ |
| 162 | void EnSightFile::SetTimeSetInfo(std::shared_ptr<TimeSetInfo> info) |
no outgoing calls
no test coverage detected