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.18 by schorsch, Thu Jun 5 19:29:34 2003 UTC vs.
Revision 2.19 by schorsch, Mon Jul 21 22:30:18 2003 UTC

# Line 241 | Line 241 | char   **argv;
241                  printf("}\n");
242                  putmapping();                   /* put out color mapping */
243          }
244 <        if (debugfp != NULL)            /* put out debug picture */
244 >        if (debugfp != NULL) {          /* put out debug picture */
245                  if (scanning)
246                          picdebug();
247                  else
248                          clrdebug();
249 +        }
250          exit(0);
251   userr:
252          fprintf(stderr,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines