summaryrefslogtreecommitdiffstats
path: root/src/fdgl.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-04-27 15:56:26 +0000
committerDavid Robillard <d@drobilla.net>2014-04-27 15:56:26 +0000
commit177ef9fea33e2f8904cd6d06ec4404bfb60ed7f5 (patch)
treed59c9426736663778c6909eb1987c048ffea9ba1 /src/fdgl.hpp
parent3ea1f08931981dde2a823e0e733090af168eaf39 (diff)
downloadganv-177ef9fea33e2f8904cd6d06ec4404bfb60ed7f5.tar.gz
ganv-177ef9fea33e2f8904cd6d06ec4404bfb60ed7f5.tar.bz2
ganv-177ef9fea33e2f8904cd6d06ec4404bfb60ed7f5.zip
Fix layout of nodes with partners.
Reduce oscillation by adding force noise. git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5378 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/fdgl.hpp')
-rw-r--r--src/fdgl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fdgl.hpp b/src/fdgl.hpp
index b40f333..224824b 100644
--- a/src/fdgl.hpp
+++ b/src/fdgl.hpp
@@ -16,7 +16,7 @@
#include <float.h>
#include <math.h>
-static const double CHARGE_KE = 1000000.0;
+static const double CHARGE_KE = 4000000.0;
static const double EDGE_K = 16.0;
static const double EDGE_LEN = 0.1;