js8call/lib/js8e_module.f90

14 lines
349 B
Fortran

module js8e_module
include 'js8/js8_params.f90'
include 'js8/js8e_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 js8e_module