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

Comparing ray/src/rt/rtrace.c (file contents):
Revision 2.42 by greg, Thu May 26 06:55:22 2005 UTC vs.
Revision 2.43 by greg, Thu Jun 2 04:47:27 2005 UTC

# Line 160 | Line 160 | rtrace(                                /* trace rays from file */
160                  sprintf(errmsg, "cannot open input file \"%s\"", fname);
161                  error(SYSTEM, errmsg);
162          }
163 #ifdef _WIN32
163          if (inform != 'a')
164                  SET_FILE_BINARY(fp);
166 #endif
165                                          /* set up output */
166          setoutput(outvals);
167          switch (outform) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines