IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 5, 2005, 1:25:25 PM (22 years ago)
Author:
gusciora
Message:

Added tests to for various input parameters being NULL, or of incorrect
length.

File:
1 edited

Legend:

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

    r2857 r2915  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2004-12-30 22:22:00 $
     7 *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-01-05 23:25:24 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    144144        } else if (numInputs < scale->n) {
    145145            psLogMsg(__func__, PS_LOG_WARN,
    146                      "WARNING: the scale vector too many elements (%d)\n", scale->n);
     146                     "WARNING: the scale vector has too many elements (%d)\n", scale->n);
    147147        }
    148148    }
Note: See TracChangeset for help on using the changeset viewer.