mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-18 19:08:35 -04:00
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:
parent
b913c8ae4f
commit
ff5fde090c
3 changed files with 12 additions and 7 deletions
|
@ -101,6 +101,7 @@ private:
|
|||
std::map<std::string,QPointF> _node_cached_positions ;
|
||||
|
||||
uint32_t _edge_length ;
|
||||
float _friction_factor ;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue