The source project of this merge request has been removed.
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). Fixes the compilation error for example "ParticleAdvection" when building in Windows 7 Visual Studio 2015. @sujin.philip @robertmaynard
Edited by Shreeraj Jadhav