X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FVolumetric.hs;fp=src%2FVolumetric.hs;h=f9e8d545cdd1c21160d13df35e5473f123b19df0;hb=0696fc4f3e428d2156f0be4ca40728abf2e35abe;hp=0d1dfaac641773cbc35e0f39147e6359f23613b1;hpb=d47fe5a8e167d8bdc0b4edf2899eee351615ccf8;p=spline3.git diff --git a/src/Volumetric.hs b/src/Volumetric.hs index 0d1dfaa..f9e8d54 100644 --- a/src/Volumetric.hs +++ b/src/Volumetric.hs @@ -73,7 +73,7 @@ bracket lower_threshold upper_threshold x where numerator = x - lower_threshold denominator = upper_threshold - lower_threshold - r = numerator/denominator + r = numerator / denominator flip16 :: Word16 -> Word16