File: acfptr.prm

package info (click to toggle)
x13as 1.1-b59-1
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm
  • size: 9,088 kB
  • sloc: fortran: 114,121; makefile: 14
file content (8 lines) | stat: -rw-r--r-- 432 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
c-----------------------------------------------------------------------
c LACF,LACP,LPCF, and LPCP are displacements from the
c spec pointers so that prtacf can print the right combination
c of acf's and plots whether they are for the identify or the check.
c-----------------------------------------------------------------------
      INTEGER LACF, LACP, LPCF, LPCP
      PARAMETER (LACF=1, LACP=2, LPCF=3, LPCP=4)