-->

CPF Format V2 Errata

Version v2.00 issued 14 June 2018 (includes all changes since v1.01a)


-----------------------
Issue #: 2020-1
-----------------------

Date: 24 July 2020
Component: sample source code
Version: 2.00a
Routines: cpf_chk.c
Problem: "20" velocity records were all causing errors.
Impact:
Source: rlr
Fixes:
33,36d32
<  *    Jul 23, 2020 - Fixed error with type 20 missing an "else" causing all "20" records to error out. rlr.
<  *    - Statistics for "20" records with dir = 0 are now reported. rlr.
453c449
>   else if (dir == 1)
---
>    if (dir == 1)
463c459,460
<    else if (dir == 2)
---
>    else
>    if (dir == 2)
716,717d712
<    if (n20 > 0)
<    printf (" 20 (common epoch): %d\n", n20);