Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/stable-cpp-tests' into stable-cp…
Browse files Browse the repository at this point in the history
…p-tests
  • Loading branch information
schuhmaj committed May 8, 2024
2 parents 5b7d797 + f4ce167 commit 6c42716
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 6c42716

Please sign in to comment.