Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Core Modules
dune-common
Commits
94a327ac
Commit
94a327ac
authored
9 years ago
by
Nicolas Schwenck
Committed by
Christoph Grüninger
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[documentation] minor typo in the documentation of
floating comparisons
parent
b7809c2d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/common/float_cmp.hh
+2
-2
2 additions, 2 deletions
dune/common/float_cmp.hh
with
2 additions
and
2 deletions
dune/common/float_cmp.hh
+
2
−
2
View file @
94a327ac
...
...
@@ -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*/
>
...
...
This diff is collapsed.
Click to expand it.
Steffen Müthing
@smuething
mentioned in commit
a4e62d3d
·
9 years ago
mentioned in commit
a4e62d3d
mentioned in commit a4e62d3db37d09f2870a5e9a8376ad0ddf6d3379
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment