ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cv/mgflib/messages.h
Revision: 1.5
Committed: Fri Feb 28 20:11:29 2003 UTC (21 years, 2 months ago) by greg
Content type: text/plain
Branch: MAIN
CVS Tags: rad3R7P1, rad4R0, rad3R5, rad3R6, rad3R6P1, rad3R8, rad3R9, rad3R7P2
Changes since 1.4: +1 -4 lines
Log Message:
Updates for 3.5 release

File Contents

# Content
1 /* RCSid: $Id$ */
2 /*
3 * Various messages, English version
4 */
5
6 /* The following goes into the mg_err array, defined in parser.h */
7
8 #define MG_ERRLIST {"No error",\
9 "Unknown entity",\
10 "Wrong number of arguments",\
11 "Wrong argument type",\
12 "Illegal argument value",\
13 "Undefined reference",\
14 "Cannot open input file",\
15 "Error in included file",\
16 "Out of memory",\
17 "Seek failure",\
18 "Illegal material specification",\
19 "Input line too long",\
20 "Unmatched context close",\
21 }