ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/hd/holofile.c
(Generate patch)

Comparing ray/src/hd/holofile.c (file contents):
Revision 3.19 by gregl, Sun Jan 4 12:32:53 1998 UTC vs.
Revision 3.20 by gregl, Mon Jan 5 16:45:24 1998 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1997 Silicon Graphics, Inc. */
1 > /* Copyright (c) 1998 Silicon Graphics, Inc. */
2  
3   #ifndef lint
4   static char SCCSid[] = "$SunId$ SGI";
# Line 126 | Line 126 | HDGRID *hproto;                /* holodeck section grid */
126                          error(SYSTEM, "failure loading holodeck directory");
127                                                  /* check that it's clean */
128                  if (hp->bi[nbeams(hp)].fo < 0)
129 <                        error(USER, "dirty holodeck section");
129 >                        error(WARNING, "dirty holodeck section");
130          } else {                        /* assume we're creating it */
131                  if ((hp = hdalloc(hproto)) == NULL)
132                          goto memerr;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines