Nothing amazing but I wonder why in function calculate_element_field() in
blob.cpp some components (sphere, ellipsoid) use
if (rad2 < Element->rad2)
condition while others (hemispheres and cylinder) use
if (rad2 <= Element->rad2)
Could it be type that '=' can influence something? Is this intentional?
ABX
Post a reply to this message
|