IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3701


Ignore:
Timestamp:
Apr 13, 2005, 5:27:50 PM (21 years ago)
Author:
gusciora
Message:

Fixed row,col order in peakAlloc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/pmObjects.c

    r3700 r3701  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-04-14 03:22:51 $
     7 *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-04-14 03:27:50 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    297297                      psPeakType type)
    298298{
    299     psPeak *tmpPeak = pmPeakAlloc(row, col, counts, type);
     299    psPeak *tmpPeak = pmPeakAlloc(col, row, counts, type);
    300300
    301301    if (list == NULL) {
Note: See TracChangeset for help on using the changeset viewer.