IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 7, 2005, 10:00:34 AM (22 years ago)
Author:
gusciora
Message:

Fixed a few error conditions.

File:
1 edited

Legend:

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

    r2916 r2928  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-01-05 23:43:58 $
     7 *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-01-07 20:00:34 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2727    psS32 numBits = 0;
    2828
    29     for (i=0;i<4 * sizeof(psStatsOptions);i++) {
     29    for (i=0;i<8 * sizeof(psStatsOptions);i++) {
    3030        if (0x0001 & tmpData) {
    3131            numBits++;
Note: See TracChangeset for help on using the changeset viewer.