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
4d8f4664
Commit
4d8f4664
authored
Jan 25, 2018
by
Timo Koch
Browse files
[fvproblem] Fix comment formatting
parent
7b2848d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/common/fvproblem.hh
View file @
4d8f4664
...
...
@@ -527,8 +527,8 @@ public:
*/
Scalar
extrusionFactorAtPos
(
const
GlobalPosition
&
globalPos
)
const
{
//
!
As a default, i.e. if the user's problem does not overload
any extrusion factor method
//
!
return 1.0
// As a default, i.e. if the user's problem does not overload
//
any extrusion factor method,
return 1.0
return
1.0
;
}
...
...
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