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

Comparing ray/src/rt/rxtmain.cpp (file contents):
Revision 2.1 by greg, Mon Aug 21 22:39:05 2023 UTC vs.
Revision 2.2 by greg, Tue Mar 12 16:54:51 2024 UTC

# Line 107 | Line 107 | main(int  argc, char  *argv[])
107                  case 'n':                               /* number of cores */
108                          check(2,"i");
109                          nproc = atoi(argv[++i]);
110                        if (nproc < 0)
111                                error(USER, "bad number of processes");
110                          break;
111                  case 'x':                               /* x resolution */
112                          check(2,"i");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines