# | Line 676 | Line 676 | main(int argc, char *argv[]) | |
---|---|---|
676 | mres = loadop(mop+nmats); | |
677 | if (mres == NULL) | |
678 | return(1); | |
679 | < | if (outfmt == DTfromHeader) /* check data type */ |
679 | > | if ((outfmt == DTfromHeader) & (mres->dtype < DTspec)) |
680 | outfmt = mres->dtype; | |
681 | < | if (outfmt == DTrgbe) { |
681 | > | if (outfmt == DTrgbe) { /* check data type */ |
682 | if (mres->ncomp > 3) | |
683 | outfmt = DTspec; | |
684 | else if (mres->dtype == DTxyze) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |