File: js8a_module.f90

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