aboutsummaryrefslogtreecommitdiff
path: root/pkg/tbtables/fitsio/fitssppb/fsasfm.x
blob: 02d00fab12cf6b101036e3cb022e125ca468ebf3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include "fitsio.h"

procedure fsasfm(tform,code,width,decims,status)

char    tform[SZ_FTTYPE]
%       character ftform*24
int     code,width,decims
int     status          # o error status

begin

call f77pak(tform,ftform,4)
call ftasfm(ftform,code,width,decims,status)

end