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
cff4a637
Commit
cff4a637
authored
Dec 15, 2017
by
Dennis Gläser
Browse files
[math][vtmv] fix indentation
parent
f6ba2968
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/common/math.hh
View file @
cff4a637
...
...
@@ -663,8 +663,8 @@ vtmv(const Dune::DenseVector<V1>& v1,
template
<
class
V1
,
class
FieldScalar
,
class
V2
>
typename
std
::
enable_if_t
<
Dune
::
IsNumber
<
FieldScalar
>::
value
,
FieldScalar
>
vtmv
(
const
Dune
::
DenseVector
<
V1
>&
v1
,
const
FieldScalar
m
,
const
Dune
::
DenseVector
<
V2
>&
v2
)
const
FieldScalar
m
,
const
Dune
::
DenseVector
<
V2
>&
v2
)
{
return
m
*
(
v1
*
v2
);
}
...
...
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