IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 20, 2012, 6:58:23 AM (14 years ago)
Author:
eugene
Message:

fixes to address compile time errors due to pedantic gcc warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120601/psModules/src/objects/pmSourceIO_SMPDATA.c

    r32347 r34044  
    6363    psMetadata *row;
    6464    int i;
    65     psF32 *PAR, *dPAR;
     65    psF32 *PAR;
    6666    bool status;
    6767    psEllipseAxes axes;
     
    8585        if (model != NULL) {
    8686            PAR = model->params->data.F32;
    87             dPAR = model->dparams->data.F32;
    8887            xPos = PAR[PM_PAR_XPOS];
    8988            yPos = PAR[PM_PAR_YPOS];
     
    145144
    146145    bool status;
    147     psF32 *PAR, *dPAR;
     146    psF32 *PAR;
    148147    psEllipseAxes axes;
    149148    float lsky;
     
    176175
    177176        PAR = model->params->data.F32;
    178         dPAR = model->dparams->data.F32;
    179177
    180178        psMetadata *row = table->data[i];
Note: See TracChangeset for help on using the changeset viewer.