IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 3, 2006, 12:01:09 PM (20 years ago)
Author:
eugene
Message:

converted fits_ to gfits_

File:
1 edited

Legend:

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

    r7039 r7054  
    33
    44/***************** fits add matrix value ***********************************/
    5 void fits_add_matrix_value (matrix, x, y, Value)
     5void gfits_add_matrix_value (matrix, x, y, Value)
    66Matrix *matrix;
    77int x, y;
     
    1111  double value;
    1212
    13   value = fits_get_matrix_value (matrix, x, y);
     13  value = gfits_get_matrix_value (matrix, x, y);
    1414  value += Value;
    15   fits_set_matrix_value (matrix, x, y, value);
     15  gfits_set_matrix_value (matrix, x, y, value);
    1616
    1717}
Note: See TracChangeset for help on using the changeset viewer.