Skip to content

Changing MIR filter to use FloatDefault for Volume Fractions

Abhishek Yenpure requested to merge ayenpure/vtk-m:mir-float-fix into master

The MIR filter/worklet internally used Float32 to store volume fraction information. This change allows it to use FloatDefault. Users using datasets with Float64 will be able to use the filter better.

Merge request reports