Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
35c9377c
Commit
35c9377c
authored
Mar 19, 2020
by
Kilian Weishaupt
Browse files
Merge branch 'cleanup/freeflowcomment' into 'master'
[freeflow][documentation] Remove a comment See merge request
!1896
parents
0bf45031
6ad6e1ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
dumux/discretization/staggered/freeflow/subcontrolvolumeface.hh
View file @
35c9377c
...
...
@@ -203,7 +203,6 @@ public:
}
//! index of the outside sub control volume for spatial param evaluation
// This results in undefined behaviour if boundary is true
GridIndexType
outsideScvIdx
()
const
{
return
scvIndices_
[
1
];
...
...
dumux/discretization/staggered/subcontrolvolumeface.hh
View file @
35c9377c
...
...
@@ -201,7 +201,6 @@ public:
}
//! Index of the outside sub control volume
// This results in undefined behaviour if boundary is true
GridIndexType
outsideScvIdx
()
const
{
return
scvIndices_
[
1
];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment