summaryrefslogtreecommitdiffstats
path: root/src/fdgl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fdgl.hpp')
-rw-r--r--src/fdgl.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fdgl.hpp b/src/fdgl.hpp
index 084ebed..704eb4f 100644
--- a/src/fdgl.hpp
+++ b/src/fdgl.hpp
@@ -16,8 +16,7 @@
#include <float.h>
#include <math.h>
-static const double SPRING_K = 10.0;
-static const double CHARGE_KE = 50000000.0;
+static const double CHARGE_KE = 100000000.0;
struct Region {
Vector pos;