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
Arash Partow
waLBerla
Commits
951deefd
Commit
951deefd
authored
Jan 22, 2021
by
Sebastian Eibl
Browse files
[BUGFIX] uninitialized variable
parent
a89bd2c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pe_coupling/discrete_particle_methods/utility/BodyVelocityInitializer.h
View file @
951deefd
...
...
@@ -84,8 +84,6 @@ public:
{
if
(
!
dpmBodySelectorFct_
(
bodyIt
.
getBodyID
()))
continue
;
Vector3
<
real_t
>
forceOnFluid
(
real_t
(
0
)
);
Vector3
<
real_t
>
bodyPosition
=
bodyIt
->
getPosition
();
// interpolate fluid velocity to body position
...
...
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