Skip to content

Commit

Permalink
Update src/polyhedralGravity/util/UtilityFloatArithmetic.h
Browse files Browse the repository at this point in the history
Co-authored-by: Pablo Gómez <[email protected]>
  • Loading branch information
schuhmaj and gomezzz authored May 8, 2024
1 parent 25cd0d0 commit f4ce167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/polyhedralGravity/util/UtilityFloatArithmetic.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace polyhedralGravity::util {

/**
* The EPSILON used in the polyhedral gravity model to determine a radius around zero/ to use as sligth offset.
* The EPSILON used in the polyhedral gravity model to determine a radius around zero/ to use as slight offset.
* @related Used to determine if a floating point number is equal to zero as threshold for rounding errors
* @related Used for the sgn() function to determine the sign of a double value. Different compilers
* produce different results if no EPSILON is applied for the comparison!
Expand Down

0 comments on commit f4ce167

Please sign in to comment.