blob: afa9241968147c130793cfc990ff50fb09a4cca1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
include "fitsio.h"
procedure fsrdef(ounit,status)
# Data DEFinition
# re-define the length of the data unit
# this simply redefines the start of the next HDU
int ounit # i output file pointer
int status # o error status
begin
call ftrdef(ounit,status)
end
|