IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2006, 5:44:26 PM (20 years ago)
Author:
eugene
Message:

big move: fits_ to gfits_; minor updates to relphot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libautocode/generate

    r6454 r7080  
    140140        }
    141141
    142         printf FILE "  fits_define_bintable_column (header, ";
     142        printf FILE "  gfits_define_bintable_column (header, ";
    143143        printf FILE "%-8s",               "\"$pt2\", ";
    144144        printf FILE "%-20s",              "\"$field[$i]\", ";
     
    225225        if (!$pt1) { die "unknown type $type"; }
    226226
    227         printf FILE "  fits_define_table_column (header, ";
     227        printf FILE "  gfits_define_table_column (header, ";
    228228        printf FILE "%-8s",      "\"$pt1\", ";
    229229        printf FILE "%-20s",     "\"$field[$i]\", ";
Note: See TracChangeset for help on using the changeset viewer.