IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 23, 2007, 2:11:59 PM (19 years ago)
Author:
magnier
Message:

update to new apis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/objects/tap_pmSourceFitModel_Delta.c

    r13034 r14654  
    3535    source->moments = pmMomentsAlloc ();
    3636
    37     pmModelType type = pmModelSetType ("PS_MODEL_GAUSS");
     37    pmModelType type = pmModelClassGetType ("PS_MODEL_GAUSS");
    3838    source->modelEXT = pmModelAlloc (type);
    3939
     
    7171    pmModel *guess;
    7272
    73     type = pmModelSetType ("PS_MODEL_PGAUSS");
     73    type = pmModelClassGetType ("PS_MODEL_PGAUSS");
    7474    guess = pmModelAlloc (type);
    7575
Note: See TracChangeset for help on using the changeset viewer.