IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32605


Ignore:
Timestamp:
Nov 3, 2011, 5:34:52 AM (15 years ago)
Author:
eugene
Message:

fix function call for non-threaded build version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110906/psphot/src/psphotKronIterate.c

    r32348 r32605  
    151151            }
    152152# else
    153             if (!psphotExtendedSourceFits_Threaded(job)) {
     153            if (!psphotKronIterate_Threaded(job)) {
    154154                psError(PS_ERR_UNKNOWN, false, "Unable to guess model.");
    155155                psFree(AnalysisRegion);
Note: See TracChangeset for help on using the changeset viewer.