ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/mgf_mesg.h
Revision: 3.1
Committed: Fri Feb 18 00:40:25 2011 UTC (13 years, 2 months ago) by greg
Content type: text/plain
Branch: MAIN
CVS Tags: rad5R4, rad5R2, rad4R2P2, rad5R0, rad5R1, rad4R2, rad4R1, rad4R2P1, rad5R3, HEAD
Log Message:
Major code reorg, moving mgflib to common and introducing BSDF material

File Contents

# Content
1 /* RCSid: $Id: messages.h,v 1.5 2003/02/28 20:11:29 greg Exp $ */
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 }