vtk-m/vtkm/io
Kenneth Moreland 0731bd4a53 Fix compiler error about difference_type
Whoops. Pointers are not classes and do not have a difference_type
member. You have to get that from iterator_traits. I'm not sure why this
succeeded on MSVC, but it was clearly wrong.
2016-01-26 17:09:10 -07:00
..
internal Convert unsupported cell types to supported types 2015-11-24 13:56:23 -05:00
reader Fix compiler error about difference_type 2016-01-26 17:09:10 -07:00
writer Change Regular to Uniform 2016-01-19 15:54:05 -07:00
CMakeLists.txt Convert unsupported cell types to supported types 2015-11-24 13:56:23 -05:00
ErrorIO.h Add legacy VTK file readers 2015-11-04 14:23:16 -05:00