IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 6, 2017, 11:30:10 AM (9 years ago)
Author:
eugene
Message:

merging changes from czw dev branch (compare with r39924)

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/ippTools/src/stacktool.c

    r38062 r39926  
    13281328    psFree(where);
    13291329
     1330    // This needs to be sorted by skycell_id, or the ppSkycell calls to mosaic things
     1331    // don't work properly.
     1332    psStringAppend(&query, " ORDER BY stackRun.skycell_id ");
     1333   
    13301334    // treat limit == 0 as "no limit"
    13311335    if (limit) {
Note: See TracChangeset for help on using the changeset viewer.