IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 23, 2005, 1:58:45 PM (21 years ago)
Author:
eugene
Message:

fixing output functions

File:
1 edited

Legend:

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

    r5828 r5837  
    7474
    7575    bool UseAnalysisRegion = false;
    76     psRegion AnalysisRegion;
     76    psRegion AnalysisRegion = {0, 0, 0, 0};
    7777    char *region = psMetadataLookupPtr (&status, config, "ANALYSIS_REGION");
    7878    if (status) {
     
    236236    // XXX EAM : need to free up many things here
    237237
    238     psLogMsg ("psphot.emsemble", 3, "measure ensemble of PSFs: %f\n", psTimerMark ("psphot"));
     238    psLogMsg ("psphot.emsemble", 3, "measure ensemble of PSFs: %f sec\n", psTimerMark ("psphot"));
    239239    return true;
    240240}
Note: See TracChangeset for help on using the changeset viewer.