Skip to content
GitLab
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
d7acd8db
Commit
d7acd8db
authored
Mar 04, 2016
by
Christoph Grüninger
Browse files
Fix accidentally pruned method name isCouplingInflow
parent
f9aec464
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/common/boundarytypes.hh
View file @
d7acd8db
...
...
@@ -403,7 +403,7 @@ public:
* \param eqIdx The index of the equation
*/
DUNE_DEPRECATED_MSG
(
"isCouplingInflow() is deprecated. Use isCouplingNeumann() instead."
)
bool
flow
(
unsigned
eqIdx
)
const
bool
isCouplingIn
flow
(
unsigned
eqIdx
)
const
{
return
boundaryInfo_
[
eqIdx
].
isCouplingNeumann
;
}
/*!
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment