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

Comparing ray/src/util/dctimestep.c (file contents):
Revision 2.42 by greg, Wed Aug 14 21:00:14 2019 UTC vs.
Revision 2.43 by greg, Wed Oct 23 17:00:14 2019 UTC

# Line 187 | Line 187 | main(int argc, char *argv[])
187                          case 'a':
188                                  outfmt = DTascii;
189                                  break;
190 +                        case 'c':
191 +                                outfmt = DTrgbe;
192 +                                break;
193                          default:
194                                  goto userr;
195                          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines