Skip to content
  • Kenneth Moreland's avatar
    Add const correctness to Timer · 85265a9c
    Kenneth Moreland authored
    It should be possible to query a vtkm::cont::Timer without modifying it.
    As such, its query functions (such as Stopped and GetElapsedTime) should
    be const.
    85265a9c