vtk-m/docs
Robert Maynard a529b90c73 vtkm::Vec const& operator[] is now constexpr
This allows for developers to do things such as the following
as constexpr's:
```cxx
constexpr vtkm::Id2 dims(16,16);
constexpr vtkm::Float64 dx = vtkm::Float64(4.0 * vtkm::Pi()) / vtkm::Float64(dims[0] - 1);
```
2019-08-22 08:34:25 -04:00
..
changelog vtkm::Vec const& operator[] is now constexpr 2019-08-22 08:34:25 -04:00
CodingConventions.md conslidate the license statement 2019-04-17 10:57:13 -06:00