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

Comparing ray/src/util/rcomb.c (file contents):
Revision 2.29 by greg, Fri Apr 4 18:06:48 2025 UTC vs.
Revision 2.30 by greg, Fri Apr 4 18:18:06 2025 UTC

# Line 1034 | Line 1034 | main(int argc, char *argv[])
1034                          return(1);
1035                  mop[nmats].rmp->ncols = mcat->ncols;
1036          }
1037 + #if DTrmx_native==DTfloat
1038 +        if (outfmt == DTdouble)
1039 +                fprintf(stderr, "%s: warning - writing float result as double\n", argv[0]);
1040 + #endif
1041          newheader("RADIANCE", stdout);  /* write output header */
1042          if (echoheader)
1043                  output_headinfo(stdout);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines