IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 3, 2006, 5:02:53 PM (20 years ago)
Author:
jhoblitt
Message:

fix detRun.state checks (spelling error)

File:
1 edited

Legend:

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

    r9176 r9177  
    36383638        "       AND detInputExp.exp_tag = detResidExp.exp_tag"
    36393639        "   WHERE"
    3640         "       detrun.state = 'run'"
     3640        "       detRun.state = 'run'"
    36413641        "       AND detResidExp.det_id IS NULL"
    36423642        "       AND detResidExp.iteration IS NULL"
     
    39443944        "       AND detInputExp.exp_tag = detResidExp.exp_tag"
    39453945        "   WHERE"
    3946         "       detrun.state = 'run'"
     3946        "       detRun.state = 'run'"
    39473947        "   GROUP BY"
    39483948        "       detRun.position,"
Note: See TracChangeset for help on using the changeset viewer.