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

Comparing ray/src/px/pvalue.c (file contents):
Revision 2.43 by greg, Wed Sep 11 18:56:12 2024 UTC vs.
Revision 2.44 by greg, Wed Sep 11 23:21:01 2024 UTC

# Line 413 | Line 413 | unkopt:
413                  }
414                  if (header) {
415                          printargs(i, argv, stdout);
416 <                        printf("%s%c\n", NCOMPSTR, "13"[putprim==ALL]);
416 >                        if (dataonly)
417 >                                printf("%s%c\n", NCOMPSTR, "13"[putprim==ALL]);
418                          if (dataonly && !resolution & !uniq)
419                                  printf("NCOLS=%d\nNROWS=%d\n", scanlen(&picres),
420                                                  numscans(&picres));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines