vtk-m2/vtkm/io
Shreeraj Jadhav 16b06c8577 Fix VTKDataSetWriter::WriteDataset() overload const correctness
Compilation error (C2666) is caused by ambiguous call to overloaded function
vtkm::io::writer::VTKDataSetWriter::WriteDataSet().
One of the overloaded functions was not constant (though it is supposed to be).
This fixes compilation error in example "ParticleAdvection" when building
in Windows 7 Visual Studio 2015.
2018-05-29 14:36:07 -04:00
..
internal Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
reader Use the strong typed enums for vtkm::cont::Field 2018-05-22 11:44:51 -04:00
writer Fix VTKDataSetWriter::WriteDataset() overload const correctness 2018-05-29 14:36:07 -04:00
CMakeLists.txt Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ErrorIO.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00