Skip to content

Fix precision warnings when FloatDefault is 64 bit

Kenneth Moreland requested to merge kmorel/vtk-m:precision-warnings into master

When VTKm_USE_DOUBLE_PRECISION is on (not the default), then vtkm::FloatDefault is set to 64 bit values. There was some code that was coded for 32 bit and never checked for 64 bit (on all compilers).

Merge request reports