From 706fcc20f1e69d2a0245579071810b80cf47c870 Mon Sep 17 00:00:00 2001 From: csoler Date: Thu, 14 Mar 2013 19:53:21 +0000 Subject: [PATCH] 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 --- retroshare-gui/src/gui/elastic/node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroshare-gui/src/gui/elastic/node.h b/retroshare-gui/src/gui/elastic/node.h index 9b40b4177..7987769bf 100644 --- a/retroshare-gui/src/gui/elastic/node.h +++ b/retroshare-gui/src/gui/elastic/node.h @@ -110,7 +110,7 @@ private: std::string _gpg_id ; 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 NODE_DISTANCE = 130.0 ; };