Changeset 3959 for trunk/psLib/src/collections/psCollectionsErrors.h
- Timestamp:
- May 18, 2005, 11:38:19 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psCollectionsErrors.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psCollectionsErrors.h
r3737 r3959 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-0 4-21 21:18:23$9 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-05-18 21:38:19 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 59 59 #define PS_ERRORTEXT_psList_DATA_NULL "Specified data item is NULL." 60 60 #define PS_ERRORTEXT_psList_DATA_NOT_FOUND "Specified data item is not found in the psList." 61 #define PS_ERRORTEXT_psPixels_NULL "Input psPixels can not be NULL." 62 #define PS_ERRORTEXT_psPixels_MASK_NULL "Specified mask can not be NULL." 63 #define PS_ERRORTEXT_psPixels_MASK_TYPE "Specified mask's type, %s, is invalid. Should be PS_TYPE_MASK." 64 #define PS_ERRORTEXT_psPixels_DATA_NULL "Input psPixels contains no data." 65 #define PS_ERRORTEXT_psPixels_REGION_INVALID "Specified psRegion, [%d:%d,%d:%d], does not specify a valid region." 66 #define PS_ERRORTEXT_psPixels_FAILED_IMAGE_CREATE "Failed to create image of size %dx%d." 61 67 //~End 62 68
Note:
See TracChangeset
for help on using the changeset viewer.
