IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3009


Ignore:
Timestamp:
Jan 14, 2005, 3:15:09 PM (22 years ago)
Author:
evanalst
Message:

Add additional error message.

Location:
trunk/psLib/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/psDataManipErrors.dat

    r3008 r3009  
    3939#
    4040psRandom_UNKNOWN_RANDFOM_NUMBER_GENERATOR_TYPE Unknown Random Number Generator Type
     41psRandom_NULL_RANDOM_VAR               Random variable is NULL.
    4142#
    4243psMatrix_COUNT_DIFFERS                 Number of elements inconsistent, %d vs %d.  Number of elements must match.
  • trunk/psLib/src/dataManip/psDataManipErrors.h

    r2671 r3009  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-12-09 20:51:35 $
     9 *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-01-15 01:15:09 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5555#define PS_ERRORTEXT_psFunctions_NOT_ENOUGH_DATAPOINTS "Given vector does not have enough data points for %d-order interpolation."
    5656#define PS_ERRORTEXT_psRandom_UNKNOWN_RANDFOM_NUMBER_GENERATOR_TYPE "Unknown Random Number Generator Type"
     57#define PS_ERRORTEXT_psRandom_NULL_RANDOM_VAR "Random variable is NULL."
    5758#define PS_ERRORTEXT_psMatrix_COUNT_DIFFERS "Number of elements inconsistent, %d vs %d.  Number of elements must match."
    5859#define PS_ERRORTEXT_psMatrix_IMAGE_SIZE_DIFFERS "Specified psImage dimensions differed, %dx%d vs %dx%d."
  • trunk/psLib/src/dataManip/psRandom.c

    r3005 r3009  
    1010*  @author GLG, MHPCC
    1111*
    12 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2005-01-15 00:45:25 $
     12*  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2005-01-15 01:15:09 $
    1414*
    1515*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    138138    }
    139139}
     140
  • trunk/psLib/src/math/psRandom.c

    r3005 r3009  
    1010*  @author GLG, MHPCC
    1111*
    12 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2005-01-15 00:45:25 $
     12*  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2005-01-15 01:15:09 $
    1414*
    1515*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    138138    }
    139139}
     140
Note: See TracChangeset for help on using the changeset viewer.