IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24022


Ignore:
Timestamp:
Apr 30, 2009, 2:16:32 PM (17 years ago)
Author:
eugene
Message:

add default for Color, add to copy function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/astrom/pmAstrometryObjects.c

    r21422 r24022  
    420420    obj->sky  = psSphereAlloc();
    421421    obj->Mag  = 0;
     422    obj->Color= 0;
    422423    obj->dMag = 0;
    423424
     
    447448    *obj->sky  = *old->sky;
    448449    obj->Mag   =  old->Mag;
     450    obj->Color =  old->Color;
    449451    obj->dMag  =  old->dMag;
    450452
Note: See TracChangeset for help on using the changeset viewer.