ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/tmerrmsg.h
(Generate patch)

Comparing ray/src/common/tmerrmsg.h (file contents):
Revision 3.1 by greg, Tue Apr 15 16:53:05 1997 UTC vs.
Revision 3.4 by greg, Tue Feb 25 02:47:22 2003 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1997 Regents of the University of California */
2 <
3 < /* SCCSid "$SunId$ LBL" */
4 <
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",
# Line 15 | Line 14 | char   *tmErrorMessage[] = {
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          };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines