IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7505


Ignore:
Timestamp:
Jun 9, 2006, 6:24:04 PM (20 years ago)
Author:
eugene
Message:

testing for prior init

File:
1 edited

Legend:

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

    r6571 r7505  
    1313{
    1414
    15     pmModelGroupInit ();
     15    // if pmModelGroupInit returns false, we have already init-ed
     16    if (!pmModelGroupInit ()) return;
    1617
    1718    int Nmodels = sizeof (userModels) / sizeof (pmModelGroup);
Note: See TracChangeset for help on using the changeset viewer.