IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33137


Ignore:
Timestamp:
Jan 23, 2012, 9:39:30 PM (14 years ago)
Author:
eugene
Message:

fix build error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/Ohana/src/uniphot/src/load_zpt_table.c

    r33133 r33137  
    194194    assert (!strcmp(type, "double"));
    195195     
    196     float *zperr = gfits_get_bintable_column_data (&theader, &ftable, "resid", type, &Nrow, &Ncol);
    197     assert (!strcmp(type, "float"));
     196    // float *zperr = gfits_get_bintable_column_data (&theader, &ftable, "resid", type, &Nrow, &Ncol);
     197    // assert (!strcmp(type, "float"));
    198198     
    199199    NZPTS += Nrow;
Note: See TracChangeset for help on using the changeset viewer.