AlexS12 / FlightMechanicsSimulator.jl

Flight Mechanics Engine
MIT License
9 stars 2 forks source link

Remove fortran dependencies #2

Closed AlexS12 closed 4 years ago

AlexS12 commented 4 years ago

Fortran routines under lib/f16_fortran are used only for testing purposes. A wrapper is defined in src/fortran_wrapper.jl. Moreover, the dynamic library is compiled in deps/build.jl

My current approach is:

AlexS12 commented 4 years ago

First three points closed in #5

AlexS12 commented 4 years ago

windows and mac support in #6