yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #06608
[Branch ~yade-dev/yade/trunk] Rev 2623: - updated FIXME, it seems we do the same thing twice
------------------------------------------------------------
revno: 2623
committer: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxx>
branch nick: yade
timestamp: Tue 2010-12-21 19:31:15 +0100
message:
- updated FIXME, it seems we do the same thing twice
modified:
pkg/dem/NewtonIntegrator.cpp
--
lp:yade
https://code.launchpad.net/~yade-dev/yade/trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription
=== modified file 'pkg/dem/NewtonIntegrator.cpp'
--- pkg/dem/NewtonIntegrator.cpp 2010-12-21 18:26:30 +0000
+++ pkg/dem/NewtonIntegrator.cpp 2010-12-21 18:31:15 +0000
@@ -171,7 +171,7 @@
if(b->isDynamic()){
handleClumpMemberAccel(scene,memberId,memberState,state);
handleClumpMemberTorque(scene,memberId,memberState,state,M);}
- //FIXME : we are saving max velocity of previous timestep here
+ //FIXME : we are saving max velocity of previous timestep here, and actually it's already saved above
saveMaximaVelocity(scene,memberId,memberState);
}
// motion
@@ -189,7 +189,7 @@
if(b->isDynamic()){
handleClumpMemberAccel(scene,memberId,memberState,state);
handleClumpMemberAngAccel(scene,memberId,memberState,state);}
- //FIXME : we are saving max velocity of previous timestep here
+ //FIXME : we are saving max velocity of previous timestep here, and actually it's already saved above
saveMaximaVelocity(scene,memberId,memberState);
}
// motion