diff options
| author | Jacob Palecki <[email protected]> | 2020-07-31 10:46:23 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-07-31 10:46:23 -0700 |
| commit | 498e5c1a2fabed3ba5f1c00768d7050c5738e76e (patch) | |
| tree | b1a2aedce76abedf7585689cbf636f8e92d0583d /grapher/Field.cs | |
| parent | Use options instead of fields (diff) | |
| download | rawaccel-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.cs | 2 |
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; } |