Skip to content

Ignore 'maximum time steps:' line that may be present in EnSight .case files

Add a utility function in vtkGenericEnSightReader::ReadNextDataLine() that indicates whether a non-comment line should be ignored, and initially have it ignore lines with 'maximum time steps:'

Update an EnSight test file to include a 'maximum time steps:' line to verify it is ignored.

Fixes #18156 (closed)

Edited by Cory Quammen

Merge request reports