Skip to content
Snippets Groups Projects
Commit 94a327ac authored by Nicolas Schwenck's avatar Nicolas Schwenck Committed by Christoph Grüninger
Browse files

[documentation] minor typo in the documentation of

floating comparisons
parent b7809c2d
No related branches found
No related tags found
No related merge requests found
......@@ -224,9 +224,9 @@ namespace Dune {
* @param first left operand of less-or-equals operation
* @param second right operand of less-or-equals operation
* @param epsilon The epsilon to use in the comparison
* @return eq(first, second) || first > second
* @return eq(first, second) || first < second
*
* this is like first > second, but the region that compares equal with an
* this is like first < second, but the region that compares equal with an
* epsilon is also included
*/
template <class T, CmpStyle style /*= defaultCmpStyle*/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment