IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9328


Ignore:
Timestamp:
Oct 5, 2006, 4:00:27 PM (20 years ago)
Author:
jhoblitt
Message:

fix addresidexp SQL grouping

File:
1 edited

Legend:

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

    r9327 r9328  
    37823782        "       AND detResidExp.exp_tag IS NULL"
    37833783        "   GROUP BY"
    3784         "       detInputExp.exp_tag"
     3784        "       detInputExp.exp_tag,"
     3785        "       detInputExp.iteration,"
     3786        "       detInputExp.det_id"
    37853787        "   HAVING"
    37863788        "       rawDetrendExp.imfiles = COUNT(detResidImfile.class_id)"
Note: See TracChangeset for help on using the changeset viewer.