IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 15, 2006, 8:30:16 AM (21 years ago)
Author:
eugene
Message:

API cleanup, removed old test files, some re-organization, changed FLT/GAL to EXT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotMagnitudes.c

    r5980 r5993  
    2121        break;
    2222
    23       case PM_SOURCE_GALAXY:
    24         model = source->modelFLT;
     23      case PM_SOURCE_EXTENDED:
     24        model = source->modelEXT;
    2525        if (model == NULL) return NULL;
    2626        radius = model->radius;
Note: See TracChangeset for help on using the changeset viewer.