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

Comparing ray/src/cal/rcalc.c (file contents):
Revision 1.37 by greg, Mon Feb 6 22:40:21 2023 UTC vs.
Revision 1.39 by greg, Fri Feb 23 03:47:57 2024 UTC

# Line 155 | Line 155 | char *argv[]
155                          break;
156                  case 'n':
157                          noinput = 1;
158 +                        esupport &= ~E_RCONST;
159                          break;
160                  case 'i':
161                          switch (argv[i][2]) {
# Line 257 | Line 258 | eputs(" [-b][-l][-n][-p|-P][-w][-u][-tS][-s svar=sval]
258          }
259          if (blnkeq)     /* for efficiency */
260                  nbsynch();
261 +
262 +        doptimize(1);   /* optimize definitions */
263  
264          if (i == argc)  /* from stdin */
265                  execute(NULL);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines