summaryrefslogtreecommitdiff
path: root/grapher
diff options
context:
space:
mode:
Diffstat (limited to 'grapher')
-rw-r--r--grapher/Form1.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/Form1.cs b/grapher/Form1.cs
index 4165b0f..495640e 100644
--- a/grapher/Form1.cs
+++ b/grapher/Form1.cs
@@ -15,7 +15,7 @@ namespace grapher
public RawAcceleration()
{
InitializeComponent();
- var managedAccel = new ManagedAccel(6, 0, 1.333, 0.05, 0);
+ var managedAccel = new ManagedAccel(5, 0, 0.3, 1.25, 15);
var orderedPoints = new SortedDictionary<double, double>();
for (int i = 0; i < 100; i++)