Changeset 2600 for trunk/psLib/src/dataIO/psFileUtilsErrors.h
- Timestamp:
- Dec 2, 2004, 11:12:52 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataIO/psFileUtilsErrors.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataIO/psFileUtilsErrors.h
r2375 r2600 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-1 1-16 20:00:21$9 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-12-02 21:12:52 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 31 31 //~Start #define PS_ERRORTEXT_$1 "$2" 32 32 #define PS_ERRORTEXT_psLookupTable_FILE_NOT_FOUND "Failed to open file %s." 33 #define PS_ERRORTEXT_psLookupTable_PARSE_VALUE "Unable to parse string, %s on line % d."34 #define PS_ERRORTEXT_psLookupTable_PARSE_TYPE "Unable to parse type, %s on line % d."35 #define PS_ERRORTEXT_psLookupTable_PARSE_GENERAL "Unable to read lookup table item, %s on line % d "33 #define PS_ERRORTEXT_psLookupTable_PARSE_VALUE "Unable to parse string, %s on line %lld." 34 #define PS_ERRORTEXT_psLookupTable_PARSE_TYPE "Unable to parse type, %s on line %lld." 35 #define PS_ERRORTEXT_psLookupTable_PARSE_GENERAL "Unable to read lookup table item, %s on line %lld " 36 36 #define PS_ERRORTEXT_psLookupTable_INTERPOLATE_HIGH "High index too big, %d." 37 37 #define PS_ERRORTEXT_psLookupTable_INTERPOLATE_LOW "Low index too small, %d."
Note:
See TracChangeset
for help on using the changeset viewer.
