vtk-m2/vtkm/io
Kenneth Moreland 82a58c2f0a Fix error with whitespace at end of file
The VTK file reader caused an error to be thrown when reading a file
that had a METADATA section at the end of the file. The problem was that
the METADATA section had some whitespace after its last line (which is
probably typical). This caused an eof check to pass and then a
subsequent search for a token to fail.

The solution was to eat the whitespace after the METADATA section to get
the reader at the next token or in eof condition if it is at the end of
the file.
2019-09-25 16:20:20 -06:00
..
internal conslidate the license statement 2019-04-17 10:57:13 -06:00
reader Fix error with whitespace at end of file 2019-09-25 16:20:20 -06:00
writer Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
CMakeLists.txt conslidate the license statement 2019-04-17 10:57:13 -06:00
ErrorIO.h conslidate the license statement 2019-04-17 10:57:13 -06:00