ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cv/mgflib/messages.h
Revision: 1.6
Committed: Tue Feb 22 15:58:41 2011 UTC (13 years, 3 months ago) by greg
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +1 -1 lines
State: FILE REMOVED
Error occurred while calculating annotation data.
Log Message:
Finish of code reorg, moving MGF library into src/cv and src/common

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 }