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/table/F_get_T_value.c

    r7039 r7054  
    44/*********************** fits get table value ********************************/
    55 
    6 void fits_get_table_value (table, X, Y, mode, value)
     6void gfits_get_table_value (table, X, Y, mode, value)
    77Table *table;
    88int X, Y;
     
    1717 
    1818  sprintf (field, "TBCOL%d\0", X);
    19   fits_scan (&table[0].header, field, "%d", &start, 1);
     19  gfits_scan (&table[0].header, field, "%d", &start, 1);
    2020  start --;
    2121 
    2222  sprintf (field, "TFORM%d\0", X);
    23   fits_scan (&table[0].header, field, "%s", Tform, 1);
     23  gfits_scan (&table[0].header, field, "%s", Tform, 1);
    2424  Nchar = atof (&Tform[1]);
    2525 
Note: See TracChangeset for help on using the changeset viewer.