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_copy_M.c

    r2415 r4831  
    22
    33/*********************** fits copy header ***********************************/
    4 int fits_copy_matrix (matrix1, matrix2)
    5 Matrix *matrix1, *matrix2;
    6 {
     4int fits_copy_matrix (Matrix *matrix1, Matrix *matrix2) {
    75
    86  int i;
Note: See TracChangeset for help on using the changeset viewer.