Skip to content

[VECGEOM-257]; FPE fixes for Sphere.

Raman Sehgal requested to merge raman/vecgeom-257 into master

Sphere now gives no FPE for the unit tests This fix provide minimal modification(using kMaximum instead of kInfinity) (using Abs in the Sqrt of discriminant), wherever required to avoid FPE.

[VECGEOM-257]; Modified Sphere unit tests so that it should not test usolids sphere against vecgeom conventions.

[VECGEOM-257]; Applied clang-format to modified files

[VECGEOM-257]; Enabled FPE detection in TestSphere.cpp

Merge request reports