|
||||||||||||||
CPF Errata(as of Friday, November 04, 2011) This page is used to accumlate errata/changes to the CPF documents and source code. It will be updated when needed. Issue #: 2011-01 Date: 27 October 2011 DO jj = 1,nv*ephsep/60 with: ift= int((jdi(nv)- jdi(1) + (jdf(nv)- jdf(1)))*1440.d0)
CC DO jj = 1,nv*ephsep/60
DO jj = 1,ift
After line 54 add: integer ift Issue #: 2010-2 Date: 12 April 2010 char chr[3], fquit, ans,header1[256], header2[256], tar[25][2], tarin[2];to char chr[4], fquit, ans,header1[256], header2[256], tar[25][2], tarin[2]; Issue #: 2010-1 Date: 12 April 2010 --a; to /* --a; */and lines 1156-1157: from a1 = ione * a[1]; adot = ione * a[2]; to a1 = ione * a[0]; adot = ione * a[1]; Issue #: 2009-3 Date: 11 June 2009 CC DIFAZI : POINT-BEHIND (AZIMUTH, ARC SECONDS) R*8 CC DIFELE : POINT-BEHIND (ELEVATION, ARC SECONDS) R*8to CC DIFAZI : POINT-BEHIND (AZIMUTH, DEGREES) R*8 CC DIFELE : POINT-BEHIND (ELEVATION, DEGREES) R*8Changes to cpf_inter.for: Change line s 38-39 from CC DIFAZI : POINT-BEHIND (AZIMUTH, ARC SECONDS) R*8 CC DIFELE : POINT-BEHIND (ELEVATION, ARC SECONDS) R*8to CC DIFAZI : POINT-BEHIND (AZIMUTH, DEGREES) R*8 CC DIFELE : POINT-BEHIND (ELEVATION, DEGREES) R*8 Issue #: 2009-2 Date: 11 June 2009 Issue #: 2009-1 Date: 11 June 2009
ephi.c23[ephi.nv] = -ephi.c12[ephi.nv];
to
ephi.c23[ephi.nv] = -ephi.c23[ephi.nv];
Change lines 321-324 from
/* In case there is not back vector */
ephi.offsetbackv[0][ephi.nv] = -ephi.offsetoutv[0][ephi.nv];
ephi.offsetbackv[1][ephi.nv] = -ephi.offsetoutv[1][ephi.nv];
ephi.offsetbackv[2][ephi.nv] = -ephi.offsetoutv[2][ephi.nv];
to
/* In case there is not back vector */
ephi.offsetbackv[0][ephi.nvoff] = -ephi.offsetoutv[0][ephi.nvoff];
ephi.offsetbackv[1][ephi.nvoff] = -ephi.offsetoutv[1][ephi.nvoff];
ephi.offsetbackv[2][ephi.nvoff] = -ephi.offsetoutv[2][ephi.nvoff];
Change lines 328-332 from
sscanf (&ephstr[3],
"%d %d %lf %lf %lf %lf", &idir,
&mjd, &sod, &ephi.offsetbackv[0][ephi.nv],
&ephi.offsetbackv[1][ephi.nv],
&ephi.offsetbackv[2][ephi.nv]);
to
sscanf (&ephstr[3],
"%d %d %lf %lf %lf %lf", &idir,
&mjd, &sod, &ephi.offsetbackv[0][ephi.nvoff],
&ephi.offsetbackv[1][ephi.nvoff],
&ephi.offsetbackv[2][ephi.nvoff]);
Responsible Government Official: Carey Noll |
||||||||||||||