js8call/lib/js8a_module.f90

14 lines
349 B
Fortran
Raw Permalink Normal View History

module js8a_module
include 'js8/js8_params.f90'
include 'js8/js8a_params.f90'
contains
include 'js8/baselinejs8.f90'
include 'js8/syncjs8.f90'
include 'js8/js8_downsample.f90'
include 'js8/syncjs8d.f90'
include 'js8/genjs8refsig.f90'
include 'js8/subtractjs8.f90'
include 'js8/js8dec.f90'
end module js8a_module