------------------------------------------------------------ revno: 2124 committer: Luc Scholtes <sch...@fluent-ph> branch nick: trunk timestamp: Thu 2010-04-01 16:47:24 +1000 message: fix compiling error in previous rev (but some warnings linked to TriaxialStressController.hpp) modified: pkg/dem/Engine/PartialEngine/TriaxialStressController.hpp
-- 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/Engine/PartialEngine/TriaxialStressController.hpp' --- pkg/dem/Engine/PartialEngine/TriaxialStressController.hpp 2010-03-31 18:56:05 +0000 +++ pkg/dem/Engine/PartialEngine/TriaxialStressController.hpp 2010-04-01 06:47:24 +0000 @@ -161,7 +161,7 @@ previousTranslation[i] = Vector3r::ZERO; stiffness[i] = 0; normal[i] = Vector3r::ZERO; - strain[i]=0} + strain[i]=0;} for (int i=0; i<3; ++i) strain[i] = 0; normal[wall_bottom].Y()=1; normal[wall_top].Y()=-1;
_______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

