IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14641 for trunk/psastro/src


Ignore:
Timestamp:
Aug 23, 2007, 1:21:35 PM (19 years ago)
Author:
eugene
Message:

changing pmModelGroup... apis to pmModelClass... apis

Location:
trunk/psastro/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastro.c

    r12806 r14641  
    1616    // model inits are needed in pmSourceIO
    1717    // models defined in psphot/src/models are not available in psastro
    18     pmModelGroupInit ();
     18    pmModelClassInit ();
    1919
    2020    // load configuration information
  • trunk/psastro/src/psastroCleanup.c

    r12806 r14641  
    77    psTimerStop ();
    88    psMemCheckCorruption (stderr, true);
    9     pmModelGroupCleanup ();
     9    pmModelClassCleanup ();
    1010    psTimeFinalize ();
    1111    pmConceptsDone ();
Note: See TracChangeset for help on using the changeset viewer.