IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 19, 2005, 5:12:12 PM (21 years ago)
Author:
eugene
Message:

cleaned up prototypes and style issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libfits/matrix/F_insert_M.c

    r2415 r4831  
    22
    33/*********************** fits insert array ***********************************/
    4 void fits_insert_matrix (matrix, array, x, y)
    5 Matrix *matrix, *array;
    6 int x, y;
    7 {
     4void fits_insert_matrix (Matrix  *matrix, Matrix *array, int x, int y) {
    85
    96  /* there is no check here to match BITPIX, BZERO, or BSCALE */
Note: See TracChangeset for help on using the changeset viewer.