a2tf.c   a2tf.c 
skipping to change at line 59 skipping to change at line 59
** 3) The absolute value of angle may exceed 2pi. In cases where it ** 3) The absolute value of angle may exceed 2pi. In cases where it
** does not, it is up to the caller to test for and handle the ** does not, it is up to the caller to test for and handle the
** case where angle is very nearly 2pi and rounds up to 24 hours, ** case where angle is very nearly 2pi and rounds up to 24 hours,
** by testing for ihmsf[0]=24 and setting ihmsf(0-3) to zero. ** by testing for ihmsf[0]=24 and setting ihmsf(0-3) to zero.
** **
** Copyright (C) 2013, NumFOCUS Foundation. ** Copyright (C) 2013, NumFOCUS Foundation.
** Derived, with permission, from the SOFA library. See notes at end of f ile. ** Derived, with permission, from the SOFA library. See notes at end of f ile.
*/ */
{ {
/* Scale then use days to h,m,s function. */ /* Scale then use days to h,m,s function. */
eraD2tf(ndp, angle/D2PI, sign, ihmsf); eraD2tf(ndp, angle/ERFA_D2PI, sign, ihmsf);
return; return;
} }
/*---------------------------------------------------------------------- /*----------------------------------------------------------------------
** **
** **
** Copyright (C) 2013, NumFOCUS Foundation. ** Copyright (C) 2013, NumFOCUS Foundation.
** All rights reserved. ** All rights reserved.
** **
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/