11#include "sofa.h"
2+ #include "sofam.h"
23
34void iauA2af (int ndp , double angle , char * sign , int idmsf [4 ])
45/*
@@ -9,7 +10,7 @@ void iauA2af(int ndp, double angle, char *sign, int idmsf[4])
910** Decompose radians into degrees, arcminutes, arcseconds, fraction.
1011**
1112** This function is part of the International Astronomical Union's
12- ** SOFA (Standards Of Fundamental Astronomy) software collection.
13+ ** SOFA (Standards of Fundamental Astronomy) software collection.
1314**
1415** Status: vector/matrix support function.
1516**
@@ -56,11 +57,11 @@ void iauA2af(int ndp, double angle, char *sign, int idmsf[4])
5657** Called:
5758** iauD2tf decompose days to hms
5859**
59- ** This revision: 2020 April 1
60+ ** This revision: 2021 May 11
6061**
61- ** SOFA release 2020-07-21
62+ ** SOFA release 2023-10-11
6263**
63- ** Copyright (C) 2020 IAU SOFA Board. See notes at end.
64+ ** Copyright (C) 2023 IAU SOFA Board. See notes at end.
6465*/
6566{
6667/* Hours to degrees * radians to turns */
@@ -70,12 +71,12 @@ void iauA2af(int ndp, double angle, char *sign, int idmsf[4])
7071/* Scale then use days to h,m,s function. */
7172 iauD2tf (ndp , angle * F , sign , idmsf );
7273
73- return ;
74+ /* Finished. */
7475
7576/*----------------------------------------------------------------------
7677**
77- ** Copyright (C) 2020
78- ** Standards Of Fundamental Astronomy Board
78+ ** Copyright (C) 2023
79+ ** Standards of Fundamental Astronomy Board
7980** of the International Astronomical Union.
8081**
8182** =====================
0 commit comments