IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 20, 2018, 9:10:12 PM (8 years ago)
Author:
eugene
Message:

initialize some values which make the optimizer complain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroLoadGlints.c

    r40490 r40552  
    313313                      //                      star->FP->x,star->FP->y,star->Mag);
    314314                      star->TP->x,star->TP->y,star->Mag);
    315               psVector *C_terms;
    316               psVector *R_terms;
     315              psVector *C_terms = NULL;
     316              psVector *R_terms = NULL;
    317317              double scale_factor = 1.0;
    318318             
Note: See TracChangeset for help on using the changeset viewer.