Closed agirault closed 6 years ago
Example:
displayRange = [2.2839e-07, 5.96652e-07]
precision = 5.96652e-07 / 100 - 2.2839e-07 / 100 = 3.68261e-09
decimals = -floor(log(precision)) = 20 // shouldn't that be 8?
precision = 10^(-decimals) = 1e-20 // too small
Addressed in https://github.com/Slicer/Slicer/pull/924
In Models > Scalars > Displayed Range
When the displayed range is small, the
ctkRangeWidget
often does not properly set it's min and max, and the following error appears:See attached volumetric mesh file: solmesh_recon_Mouse24_L680_hp_frame13.vtk.zip Check for
muaf
oretamuaf
in Active Scalar field.Expected:
Instead:
Or: