--- ray/src/hd/rholo4.c 1997/12/22 17:42:03 3.16 +++ ray/src/hd/rholo4.c 1998/01/04 18:37:11 3.17 @@ -53,6 +53,9 @@ char *dname; if (readinp) close(atoi(fd0)); close(atoi(fd1)); + /* check if outside */ + if (vdef(OBSTRUCTIONS) && vbool(OBSTRUCTIONS)) + disp_result(DS_OUTSECT, 0, NULL); /* write out hologram grids */ for (i = 0; hdlist[i] != NULL; i++) disp_result(DS_ADDHOLO, sizeof(HDGRID), (char *)hdlist[i]);