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

Comparing ray/src/rt/rpmain.c (file contents):
Revision 2.18 by schorsch, Thu Mar 10 18:25:46 2016 UTC vs.
Revision 2.19 by greg, Thu Mar 21 16:52:40 2019 UTC

# Line 286 | Line 286 | main(int  argc, char  *argv[])
286   #endif
287          if (outfile != NULL)
288                  openheader();
289 #if defined(_WIN32) || defined(_WIN64)
289          SET_FILE_BINARY(stdout);
290          if (octname == NULL)
291                  SET_FILE_BINARY(stdin);
293 #endif
292          readoct(octname, loadflags, &thescene, NULL);
293          nsceneobjs = nobjects;
294  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines