IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10163


Ignore:
Timestamp:
Nov 22, 2006, 4:46:51 PM (20 years ago)
Author:
jhoblitt
Message:

update -residimfile to support verify mode

File:
1 edited

Legend:

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

    r10162 r10163  
    36963696    psString query = psStringCopy(
    36973697        "SELECT"
     3698        "   detRun.det_type,"
     3699        "   detRun.mode,"
    36983700        "   detResidImfile.*"
    36993701        " FROM detResidImfile"
     
    37023704        " WHERE"
    37033705        "   detRun.state = 'run'"
    3704         "   AND detRun.mode = 'master'"
    37053706    );
    37063707
Note: See TracChangeset for help on using the changeset viewer.