Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
a8fd4934
Commit
a8fd4934
authored
Aug 10, 2016
by
Matthieu Schaller
Browse files
Typo in assignment of vector quantity.
parent
5503d271
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dimension.h
View file @
a8fd4934
...
...
@@ -157,7 +157,7 @@ __attribute__((always_inline)) INLINE static vector pow_dimension_plus_one_vec(
#if defined(HYDRO_DIMENSION_3D)
const
vector
x2
=
x
.
v
*
x
.
v
;
const
vector
x2
=
(
vector
)
(
x
.
v
*
x
.
v
)
;
return
(
vector
)(
x2
.
v
*
x2
.
v
);
#elif defined(HYDRO_DIMENSION_2D)
...
...
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