increased friction factor in network graph to compensate the oscillations due to a less precise calculation

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6220 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-03-14 19:53:21 +00:00
parent 5ba4c8f7ff
commit 706fcc20f1

View File

@ -110,7 +110,7 @@ private:
std::string _gpg_id ; std::string _gpg_id ;
static const float MASS_FACTOR = 10 ; static const float MASS_FACTOR = 10 ;
static const float FRICTION_FACTOR = 6.8 ; static const float FRICTION_FACTOR = 10.8 ;
static const float REPULSION_FACTOR = 4 ; static const float REPULSION_FACTOR = 4 ;
static const float NODE_DISTANCE = 130.0 ; static const float NODE_DISTANCE = 130.0 ;
}; };