File: js8e_module.f90

package info (click to toggle)
js8call 2.2.0%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 22,416 kB
  • sloc: cpp: 563,285; f90: 9,265; ansic: 937; python: 132; sh: 93; makefile: 7
file content (13 lines) | stat: -rw-r--r-- 349 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
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