ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cv/mgflib/messages.h
Revision: 1.2
Committed: Wed Jun 22 15:33:41 1994 UTC (29 years, 10 months ago) by greg
Content type: text/plain
Branch: MAIN
Changes since 1.1: +1 -0 lines
Log Message:
various enhancements and fixes

File Contents

# User Rev Content
1 greg 1.1 /* Copyright (c) 1994 Regents of the University of California */
2    
3     /* SCCSid "$SunId$ LBL" */
4    
5     /*
6     * Various messages, English version
7     */
8    
9     /* The following goes into the mg_err array, defined in parser.h */
10    
11     #define MG_ERRLIST {"No error",\
12     "Unknown entity",\
13     "Wrong number of arguments",\
14     "Wrong argument type",\
15     "Illegal argument value",\
16     "Undefined reference",\
17     "Cannot open input file",\
18     "Error in included file",\
19     "Out of memory",\
20     "Seek failure",\
21 greg 1.2 "Illegal material specification",\
22 greg 1.1 }