summaryrefslogtreecommitdiffstats
path: root/src/fdgl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fdgl.hpp')
-rw-r--r--src/fdgl.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fdgl.hpp b/src/fdgl.hpp
index c2dac10..b28df82 100644
--- a/src/fdgl.hpp
+++ b/src/fdgl.hpp
@@ -16,9 +16,9 @@
#include <float.h>
#include <math.h>
-static const double SPRING_K = 12.0;
-static const double CHARGE_KE = 80000.0;
-static const double AREA_WEIGHT = 0.4;
+static const double SPRING_K = 14.0;
+static const double CHARGE_KE = 60000.0;
+static const double AREA_WEIGHT = 0.5;
struct Region {
Vector pos;