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

Comparing ray/src/util/rcode_depth.c (file contents):
Revision 2.3 by greg, Fri Jul 19 01:24:33 2019 UTC vs.
Revision 2.4 by greg, Sat Jul 20 02:07:23 2019 UTC

# Line 27 | Line 27 | usage_exit(int code)
27          fputs("Usage: ", stderr);
28          fputs(progname, stderr);
29          fputs(
30 <        " [-d ref_depth/unit][-h[io]][-H[io]][-f[afd]] [input [output]]\n",
30 >        " [-d ref_depth/unit][-h[io]][-H[io]][-f[afd]] [input [output.dpt]]\n",
31                          stderr);
32          fputs("   Or: ", stderr);
33          fputs(progname, stderr);
34          fputs(
35 <        " {-r|-p} [-i][-u][-h[io]][-H[io]][-f[afd]] [input [output]]\n",
35 >        " {-r|-p} [-i][-u][-h[io]][-H[io]][-f[afd]] [input.dpt [output]]\n",
36                          stderr);
37          exit(code);
38   }
# Line 383 | Line 383 | main(int argc, char *argv[])
383                          fputs(": -i option requires input resolution\n", stderr);
384                          usage_exit(1);
385                  }
386 <                dc.hdrflags &= ~(HF_HEADOUT|HF_RESOUT);
386 >                dc.hdrflags &= ~HF_RESOUT;
387          }
388          if (a < argc-2) {
389                  fputs(progname, stderr);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines