Changeset 3009
- Timestamp:
- Jan 14, 2005, 3:15:09 PM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 4 edited
-
dataManip/psDataManipErrors.dat (modified) (1 diff)
-
dataManip/psDataManipErrors.h (modified) (2 diffs)
-
dataManip/psRandom.c (modified) (2 diffs)
-
math/psRandom.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psDataManipErrors.dat
r3008 r3009 39 39 # 40 40 psRandom_UNKNOWN_RANDFOM_NUMBER_GENERATOR_TYPE Unknown Random Number Generator Type 41 psRandom_NULL_RANDOM_VAR Random variable is NULL. 41 42 # 42 43 psMatrix_COUNT_DIFFERS Number of elements inconsistent, %d vs %d. Number of elements must match. -
trunk/psLib/src/dataManip/psDataManipErrors.h
r2671 r3009 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $10 * @date $Date: 200 4-12-09 20:51:35$9 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-01-15 01:15:09 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 55 55 #define PS_ERRORTEXT_psFunctions_NOT_ENOUGH_DATAPOINTS "Given vector does not have enough data points for %d-order interpolation." 56 56 #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." 57 58 #define PS_ERRORTEXT_psMatrix_COUNT_DIFFERS "Number of elements inconsistent, %d vs %d. Number of elements must match." 58 59 #define PS_ERRORTEXT_psMatrix_IMAGE_SIZE_DIFFERS "Specified psImage dimensions differed, %dx%d vs %dx%d." -
trunk/psLib/src/dataManip/psRandom.c
r3005 r3009 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-01-15 0 0:45:25$12 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-01-15 01:15:09 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 138 138 } 139 139 } 140 -
trunk/psLib/src/math/psRandom.c
r3005 r3009 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-01-15 0 0:45:25$12 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-01-15 01:15:09 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 138 138 } 139 139 } 140
Note:
See TracChangeset
for help on using the changeset viewer.
