IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 23, 2005, 9:34:48 PM (21 years ago)
Author:
eugene
Message:

working on FITS autocode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libfits/table/F_table_format.c

    r3490 r3492  
    7979  return (TRUE);
    8080}
     81
     82/*
     83  valid TABLE column formats:
     84  FN.N  - floating point
     85  INN   - integer
     86  ANN   - NN char string
     87 
     88*/
    8189
    8290/** extract a table subset to a vtable ***/
     
    180188}
    181189
    182 /*
    183   valid TABLE column formats:
    184   FN.N  - floating point
    185   INN   - integer
    186   ANN   - NN char string
    187  
    188 */
    189 
    190 
    191190    /* vsnprintf (&line[off], Nchar + 1, format, argp); */
Note: See TracChangeset for help on using the changeset viewer.