summaryrefslogtreecommitdiff
path: root/modules/core/c++/fplbm.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/c++/fplbm.hpp')
-rw-r--r--modules/core/c++/fplbm.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/c++/fplbm.hpp b/modules/core/c++/fplbm.hpp
index 37074b0..e2527ce 100644
--- a/modules/core/c++/fplbm.hpp
+++ b/modules/core/c++/fplbm.hpp
@@ -204,7 +204,7 @@ public:
// vel_s is technically time the density of the particle?
- force = ( vel_s * rho - vel * rho ) * two * flip_por;
+ force = ( vel_s * rho - vel * rho ) /* two */ * flip_por;
force_p = force_p - force;
}, aabb.template get<"a">(), aabb.template get<"b">());