------------------------------------------------------------ revno: 3654 committer: Jan Stransky <[email protected]> timestamp: Mon 2015-05-18 09:49:32 +0200 message: fixed compilation warning modified: pkg/dem/PeriIsoCompressor.hpp
-- lp:yade https://code.launchpad.net/~yade-pkg/yade/git-trunk Your team Yade developers is subscribed to branch lp:yade. To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'pkg/dem/PeriIsoCompressor.hpp' --- pkg/dem/PeriIsoCompressor.hpp 2014-10-15 06:44:01 +0000 +++ pkg/dem/PeriIsoCompressor.hpp 2015-05-18 07:49:32 +0000 @@ -109,8 +109,8 @@ ((Vector6i,ps,Vector6i::Zero(),Attr::readonly,"Peri3dController internal variable")) ((Vector6i,pathSizes,Vector6i::Zero(),Attr::readonly,"Peri3dController internal variable")) ((Vector6i,pathsCounter,Vector6i::Zero(),Attr::readonly,"Peri3dController internal variable")) - ((int,lenPe,NaN,Attr::readonly,"Peri3dController internal variable")) - ((int,lenPs,NaN,Attr::readonly,"Peri3dController internal variable")) + ((int,lenPe,0,Attr::readonly,"Peri3dController internal variable")) + ((int,lenPs,0,Attr::readonly,"Peri3dController internal variable")) , /*ctor*/ ,
_______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

