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
27f5bf58
Commit
27f5bf58
authored
Aug 02, 2016
by
Dennis Gläser
Committed by
Timo Koch
Nov 23, 2016
Browse files
[math] fix indentation
parent
1689a9ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/common/math.hh
View file @
27f5bf58
...
...
@@ -508,8 +508,8 @@ Scalar crossProduct(const Dune::FieldVector<Scalar, 2> &vec1,
*/
template
<
class
Scalar
>
Scalar
tripleProduct
(
const
Dune
::
FieldVector
<
Scalar
,
3
>
&
vec1
,
const
Dune
::
FieldVector
<
Scalar
,
3
>
&
vec2
,
const
Dune
::
FieldVector
<
Scalar
,
3
>
&
vec3
)
const
Dune
::
FieldVector
<
Scalar
,
3
>
&
vec2
,
const
Dune
::
FieldVector
<
Scalar
,
3
>
&
vec3
)
{
return
crossProduct
<
Scalar
>
(
vec1
,
vec2
)
*
vec3
;
}
/*!
...
...
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