IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9450


Ignore:
Timestamp:
Oct 9, 2006, 5:24:21 PM (20 years ago)
Author:
jhoblitt
Message:

fix normalizedimfile iteration handling

File:
1 edited

Legend:

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

    r9448 r9450  
    27162716        if (status) {
    27172717            psMetadataRemoveKey (config->where, "iteration");
    2718             psMetadataAddS32 (config->where, PS_LIST_TAIL, "detNormalizedImfile.iteration", 0, "==", iteration);
     2718            psMetadataAddS32 (config->where, PS_LIST_TAIL, "iteration", 0, "==", iteration);
    27192719        }
    27202720        psString whereClause = psDBGenerateWhereConditionSQL(config->where, "detNormalizedImfile");
Note: See TracChangeset for help on using the changeset viewer.