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

Comparing ray/src/hd/rholo4.c (file contents):
Revision 3.16 by gregl, Mon Dec 22 17:42:03 1997 UTC vs.
Revision 3.17 by gregl, Sun Jan 4 18:37:11 1998 UTC

# Line 53 | Line 53 | char   *dname;
53          if (readinp)
54                  close(atoi(fd0));
55          close(atoi(fd1));
56 +                                /* check if outside */
57 +        if (vdef(OBSTRUCTIONS) && vbool(OBSTRUCTIONS))
58 +                disp_result(DS_OUTSECT, 0, NULL);
59                                  /* write out hologram grids */
60          for (i = 0; hdlist[i] != NULL; i++)
61                  disp_result(DS_ADDHOLO, sizeof(HDGRID), (char *)hdlist[i]);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines