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

Comparing ray/src/rt/rtmain.c (file contents):
Revision 2.10 by greg, Wed May 25 04:44:26 2005 UTC vs.
Revision 2.11 by greg, Thu Jun 2 04:47:27 2005 UTC

# Line 274 | Line 274 | main(int  argc, char  *argv[])
274                  openheader();
275          }
276   #endif
277 #ifdef  _WIN32
277          if (outform != 'a')
278                  SET_FILE_BINARY(stdout);
280        if (octname == NULL)
281                SET_FILE_BINARY(stdin);
282 #endif
279          readoct(octname, loadflags, &thescene, NULL);
280          nsceneobjs = nobjects;
281  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines