blob: 5511af26a5252bcf97fc27bc660311c97426261c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
include "fitsio.h"
procedure fsghad(iunit,curadd,nxtadd)
# delete the CHDU
int iunit # i input file pointer
int curadd # o starting byte address of the CHDU
int nxtadd # o starting byte address of the next HDU
begin
call ftghad(iunit,curadd,nxtadd)
end
|