Skip to content

Commit

Permalink
correct 2*g
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenguangZhang committed Dec 22, 2022
1 parent fd6b30a commit 7d87232
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/solidcloud.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -506,9 +506,6 @@ void SolidCloud::evolve(scalar time, scalar dt)
}
// NOW Fn = F_f

this->addMidEnvironment();
// NOW Fn = F_f + m*g

for (Solid& solid : m_planes)
{
solid.move(time, dt);
Expand Down

0 comments on commit 7d87232

Please sign in to comment.