Skip to content
Permalink
Browse files
Migrate code raw as is
Code was migrated 1:1 as best as possible.
Multiple methods/functions were created in order to support a lot of the non-native functionality that MatLab has.
Types were forced to "double" all accross the board due to a limitation with C#'s Math.Pow always returning a double.
  • Loading branch information
Pustalorc committed Jul 15, 2020
1 parent 4ad2657 commit d016477df2571aecdbe544b331a7e47bf81e0eb8
Show file tree
Hide file tree
Showing 5 changed files with 1,320 additions and 7 deletions.
@@ -49,6 +49,12 @@
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="LatScaled.csv">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="LonScaled.csv">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

0 comments on commit d016477

Please sign in to comment.