# | Line 684 | Line 684 | main(int argc, char *argv[]) | |
---|---|---|
684 | else if (mres->dtype == DTxyze) | |
685 | outfmt = DTxyze; | |
686 | } | |
687 | + | #if DTrmx_native==DTfloat |
688 | + | if (outfmt == DTdouble) |
689 | + | fprintf(stderr, |
690 | + | "%s: warning - writing float result as double\n", |
691 | + | argv[0]); |
692 | + | #endif |
693 | newheader("RADIANCE", stdout); /* write result to stdout */ | |
694 | printargs(argc, argv, stdout); | |
695 | return(rmx_write(mres, outfmt, stdout) ? 0 : 1); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |