diff options
Diffstat (limited to 'pkg/tbtables/fitsio/fitssppb/fsrdef.x')
-rw-r--r-- | pkg/tbtables/fitsio/fitssppb/fsrdef.x | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pkg/tbtables/fitsio/fitssppb/fsrdef.x b/pkg/tbtables/fitsio/fitssppb/fsrdef.x new file mode 100644 index 00000000..afa92419 --- /dev/null +++ b/pkg/tbtables/fitsio/fitssppb/fsrdef.x @@ -0,0 +1,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 |