summaryrefslogtreecommitdiff
path: root/grapher/Field.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-07-31 10:46:23 -0700
committerJacob Palecki <[email protected]>2020-07-31 10:46:23 -0700
commit498e5c1a2fabed3ba5f1c00768d7050c5738e76e (patch)
treeb1a2aedce76abedf7585689cbf636f8e92d0583d /grapher/Field.cs
parentUse options instead of fields (diff)
downloadrawaccel-498e5c1a2fabed3ba5f1c00768d7050c5738e76e.tar.xz
rawaccel-498e5c1a2fabed3ba5f1c00768d7050c5738e76e.zip
Small refactoring, use new struct to store magnitudes
Diffstat (limited to 'grapher/Field.cs')
-rw-r--r--grapher/Field.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/Field.cs b/grapher/Field.cs
index 7ce4c6e..5ef057d 100644
--- a/grapher/Field.cs
+++ b/grapher/Field.cs
@@ -46,7 +46,7 @@ namespace grapher
public TextBox Box { get; }
- Form ContainingForm { get; }
+ private Form ContainingForm { get; }
public double Data { get; private set; }