added adaptive factor to force convergence of network graph

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6264 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-03-21 20:19:43 +00:00
parent b913c8ae4f
commit ff5fde090c
3 changed files with 12 additions and 7 deletions

View file

@ -101,6 +101,7 @@ private:
std::map<std::string,QPointF> _node_cached_positions ;
uint32_t _edge_length ;
float _friction_factor ;
};
#endif