vtk-m/vtkm/worklet/contourtree_augmented
Kenneth Moreland f4bc3002bb Fix compiler error with constexpr method
The `GetMaxNumberOfNeighbours` of the `MeshStructure*` classes was
declared `constexpr`. This was causing some compiler errors.

I think the problem is actually a bug with GCC (https://gcc.gnu.org/
bugzilla/show_bug.cgi?id=66297). Whether it is a compiler bug or not,
there does not seem to be a large value to declaring this method
`constexpr`, so I just removed the keyword.
2021-02-08 17:21:53 -07:00
..
activegraph Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00
contourtreemaker Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00
data_set_mesh Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00
meshextrema Rename include guards to comply with vtk_m_ naming convention 2020-01-22 14:04:11 -08:00
meshtypes Fix compiler error with constexpr method 2021-02-08 17:21:53 -07:00
processcontourtree Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00
ActiveGraph.h Merge topic 'deprecate-arrayhandle-shrink' 2021-02-01 16:07:22 -05:00
ArrayTransforms.h Merge topic 'deprecate-arrayhandle-shrink' 2021-02-01 16:07:22 -05:00
CMakeLists.txt Refactor mesh classes: switch from row/col/slice to vtkm::Id2/Id3 2020-09-15 11:15:27 -07:00
ContourTree.h Add contour tree, boundary tree, and interior forest array stat print 2020-12-02 14:29:15 -08:00
ContourTreeMaker.h Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00
DataSetMesh.h Port bugfix for ListNewNodesCopyIdsWorklet. 2020-12-02 14:29:16 -08:00
MergeTree.h Refactor mesh classes: switch from row/col/slice to vtkm::Id2/Id3 2020-09-15 11:15:27 -07:00
MeshExtrema.h Refactor mesh classes: switch from row/col/slice to vtkm::Id2/Id3 2020-09-15 11:15:27 -07:00
PointerDoubling.h Update functionnames in contourtree_augmented/Types.h to match VTKm style 2020-01-22 23:15:28 -08:00
PrintVectors.h Update print of edge arrays 2020-12-02 14:29:12 -08:00
ProcessContourTree.h Fix to read the scan inclusive output value directly. 2020-08-06 16:55:04 +01:00
Types.h Revert change to Types.h 2020-12-02 14:29:14 -08:00