Skip to content
Snippets Groups Projects
Commit 951deefd authored by Sebastian Eibl's avatar Sebastian Eibl
Browse files

[BUGFIX] uninitialized variable

parent a89bd2c7
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment