IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33087


Ignore:
Timestamp:
Jan 11, 2012, 7:58:43 AM (15 years ago)
Author:
eugene
Message:

assign specific values to pmSourceFitVarMode enum

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/psModules/src/objects/pmSourcePhotometry.h

    r33085 r33087  
    3939
    4040typedef enum {
    41     PM_SOURCE_PHOTFIT_NONE,
    42     PM_SOURCE_PHOTFIT_CONST,
    43     PM_SOURCE_PHOTFIT_IMAGE_VAR,
    44     PM_SOURCE_PHOTFIT_MODEL_VAR,
     41    PM_SOURCE_PHOTFIT_NONE       = 0,
     42    PM_SOURCE_PHOTFIT_CONST      = 1,
     43    PM_SOURCE_PHOTFIT_IMAGE_VAR  = 2,
     44    PM_SOURCE_PHOTFIT_MODEL_VAR  = 3,
    4545} pmSourceFitVarMode;
    4646
Note: See TracChangeset for help on using the changeset viewer.