IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17140


Ignore:
Timestamp:
Mar 25, 2008, 11:40:14 AM (18 years ago)
Author:
Paul Price
Message:

Had the x,y around the wrong way.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_080320/ppMerge/src/ppMergeScaleZero.c

    r17136 r17140  
    118118                          goto ERROR;
    119119                      }
    120                       background->data.F32[cellNum][i] = psStatsGetValue(stats, meanStat);
     120                      background->data.F32[i][cellNum] = psStatsGetValue(stats, meanStat);
    121121                      break;
    122122                  }
Note: See TracChangeset for help on using the changeset viewer.