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

Comparing ray/src/hd/rholo2.c (file contents):
Revision 3.9 by gregl, Mon Dec 15 21:04:24 1997 UTC vs.
Revision 3.10 by gregl, Thu Dec 18 09:33:35 1997 UTC

# Line 82 | Line 82 | done_rtrace()                  /* clean up and close rtrace calculati
82          if ((status = end_rtrace()))
83                  error(WARNING, "bad exit status from rtrace");
84          if (vdef(REPORT)) {             /* report time */
85 <                eputs("rtrace process ended\n");
85 >                eputs("rtrace process closed\n");
86                  report(0);
87          }
88          return(status);                 /* return status */
# Line 150 | Line 150 | getradfile()                   /* run rad and get needed variables */
150          if (system(combuf)) {
151                  unlink(tf2);                    /* clean up */
152                  unlink(tf1);
153 <                error(SYSTEM, "cannot execute rad command");
153 >                error(USER, "error executing rad command");
154          }
155          if (pippt == NULL) {
156                  loadvars(tf2);                  /* load variables */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines