IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12120


Ignore:
Timestamp:
Feb 28, 2007, 3:21:32 PM (19 years ago)
Author:
Paul Price
Message:

Fixing compilation problem --- deleted too much.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/dettool.c

    r12119 r12120  
    53885388        return false;
    53895389    }
     5390    if (!isnan(bg_mean_stdev)) {
     5391        if (!psMetadataAddF64(set, PS_LIST_TAIL, "bg_mean_stdev", 0, "==", bg_mean_stdev)) {
     5392            psError(PS_ERR_UNKNOWN, false, "failed to add item bg_mean_stdev");
     5393            psFree(set);
     5394            psFree(where);
     5395            return false;
     5396        }
     5397    }
    53905398
    53915399    psString path_base = psMetadataLookupStr(&status, config->args, "-path_base");
Note: See TracChangeset for help on using the changeset viewer.