ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/tmerrmsg.h
Revision: 3.4
Committed: Tue Feb 25 02:47:22 2003 UTC (21 years, 2 months ago) by greg
Content type: text/plain
Branch: MAIN
CVS Tags: rad3R5
Changes since 3.3: +2 -57 lines
Log Message:
Replaced inline copyright notice with #include "copyright.h"

File Contents

# Content
1 /* RCSid $Id$ */
2 /*
3 * Error messages for tone mapping functions.
4 * Included exclusively in "tonemap.c".
5 * English version.
6 */
7
8 #include "copyright.h"
9
10 char *tmErrorMessage[] = {
11 "no error",
12 "out of memory",
13 "illegal argument value",
14 "invalid tone mapping",
15 "cannot compute tone mapping",
16 "file cannot be opened or is the wrong type",
17 "code consistency error 1",
18 "code consistency error 2",
19 };