blob: cb62ad45e4c51cf8a529a7121c94767455c599d4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
include "fitsio.h"
procedure fsdhdu(iunit,hdutyp,status)
# delete the CHDU
int iunit # i input file pointer
int hdutyp # o type of the new CHDU
int status # o error status
begin
call ftdhdu(iunit,hdutyp,status)
end
|