Skip to content
  • Shreeraj Jadhav's avatar
    Fix VTKDataSetWriter::WriteDataset() overload const correctness · 16b06c85
    Shreeraj Jadhav authored
    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.
    16b06c85