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 7d3d364..d2fb17a 100644
--- a/src/fdgl.hpp
+++ b/src/fdgl.hpp
@@ -16,9 +16,9 @@
#include <float.h>
#include <math.h>
-static const double CHARGE_KE = 4000000.0;
-static const double EDGE_K = 64.0;
-static const double EDGE_LEN = 1.0;
+static const double CHARGE_KE = 2000000.0;
+static const double EDGE_K = 32.0;
+static const double EDGE_LEN = 0.1;
struct Region {
Vector pos;