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

Comparing ray/src/px/macbethcal.c (file contents):
Revision 2.9 by greg, Mon Oct 23 12:20:03 1995 UTC vs.
Revision 2.10 by greg, Wed Nov 1 09:04:16 1995 UTC

# Line 190 | Line 190 | char   **argv;
190                  getcolors();
191          compute();                      /* compute color mapping */
192                                          /* print comment */
193 <        printf("{ Color correction file computed by:\n\t");
193 >        printf("{\n\tColor correction file computed by:\n\t\t");
194          printargs(argc, argv, stdout);
195 +        printf("\n\tUsage: pcomb -f %s uncorrected.pic > corrected.pic\n",
196 +                        i+1 < argc ? argv[i+1] : "{this_file}");
197          printf("}\n");
198          putmapping();                   /* put out color mapping */
199          if (debugfp != NULL)            /* put out debug picture */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines