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:
[x] Move fortran code and wrapper to a separate repository.
[x] Generate data files with expected fortran values.
[x] Use those data files in FlightMechanicsSimulator.jl.
Fortran routines under
lib/f16_fortran
are used only for testing purposes. A wrapper is defined insrc/fortran_wrapper.jl
. Moreover, the dynamic library is compiled indeps/build.jl
My current approach is:
FlightMechanicsSimulator.jl
..github/workflows/ci.yml
. (https://github.com/AlexS12/FlightMechanicsSimulator.jl/pull/1/commits/f4ff1937d329772cb9bf8fd8daf60361b429c55c)