summaryrefslogtreecommitdiff
path: root/grapher
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-07-28 17:21:39 -0700
committerJacob Palecki <[email protected]>2020-07-28 17:21:39 -0700
commitcdd82efdfdd7c2e9b4c2ed9777792f9921eedb9e (patch)
tree64620804479337358e5c5d2dfd1e54407a032de2 /grapher
parentRename acceleration constants, arguments (diff)
downloadrawaccel-cdd82efdfdd7c2e9b4c2ed9777792f9921eedb9e.tar.xz
rawaccel-cdd82efdfdd7c2e9b4c2ed9777792f9921eedb9e.zip
Get rid of enum and use types\tags directly
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++)