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.31 by greg, Fri May 30 00:00:54 2014 UTC vs.
Revision 2.32 by greg, Fri May 30 00:07:37 2014 UTC

# Line 302 | Line 302 | main(int argc, char *argv[])
302          cm_free(cmtx);
303          return(0);
304   userr:
305 <        fprintf(stderr, "Usage: %s [-n nsteps][-o ospec][-i{f|d}][-o{f|d}] DCspec [skyf]\n",
305 >        fprintf(stderr, "Usage: %s [-n nsteps][-o ospec][-i{f|d|h}][-o{f|d}] DCspec [skyf]\n",
306                                  progname);
307 <        fprintf(stderr, "   or: %s [-n nsteps][-o ospec][-i{f|d}][-o{f|d}] Vspec Tbsdf.xml Dmat.dat [skyf]\n",
307 >        fprintf(stderr, "   or: %s [-n nsteps][-o ospec][-i{f|d|h}][-o{f|d}] Vspec Tbsdf.xml Dmat.dat [skyf]\n",
308                                  progname);
309          return(1);
310   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines