diff options
| author | Jacob Palecki <[email protected]> | 2021-01-18 22:02:29 -0800 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2021-01-18 22:02:29 -0800 |
| commit | 4faf0007c7c551fae8fd25fc7a98767070cb9244 (patch) | |
| tree | 9aec833ce5453ae853148c387410cb9b792c1e2e /grapher/grapher.csproj | |
| parent | Refactor for new graph calculation method (diff) | |
| download | rawaccel-4faf0007c7c551fae8fd25fc7a98767070cb9244.tar.xz rawaccel-4faf0007c7c551fae8fd25fc7a98767070cb9244.zip | |
Directional works
Diffstat (limited to 'grapher/grapher.csproj')
| -rw-r--r-- | grapher/grapher.csproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index 0216b8b..88e7752 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -83,7 +83,6 @@ <Compile Include="Models\AccelGUIFactory.cs" /> <Compile Include="Models\Calculations\AccelCalculator.cs" /> <Compile Include="Models\Calculations\AccelChartData.cs" /> - <Compile Include="Models\Calculations\AccelData.cs" /> <Compile Include="Models\Calculations\Data\AccelDataCombined.cs" /> <Compile Include="Models\Calculations\Data\AccelDataXYComponential.cs" /> <Compile Include="Models\Calculations\Data\AccelDataXYDirectional.cs" /> |