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

    r2415 r4831  
    22
    33/********************* fits divide matrix ***********************************/
    4 int fits_divide_matrix (M1, M2, M3)
    5 Matrix *M1, *M2, *M3;
    6 {
     4int fits_divide_matrix (Matrix *M1, Matrix *M2, Matrix *M3) {
    75
    86  int i,j;
Note: See TracChangeset for help on using the changeset viewer.