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

Comparing ray/src/gen/mkillum.c (file contents):
Revision 1.10 by greg, Tue Jul 30 16:24:42 1991 UTC vs.
Revision 1.11 by greg, Tue Aug 13 14:43:49 1991 UTC

# Line 371 | Line 371 | char   *nm;
371  
372   printopts()                     /* print out option default values */
373   {
374 <        printf("m=%s\t\t\t# material name\n", thisillum.matname);
375 <        printf("f=%s\t\t\t# data file name\n", thisillum.datafile);
374 >        printf("m=%-15s\t\t# material name\n", thisillum.matname);
375 >        printf("f=%-15s\t\t# data file name\n", thisillum.datafile);
376          printf("c=n\t\t\t\t# color none\n");
377          printf("d=%d\t\t\t\t# density of points\n", thisillum.sampdens);
378          printf("s=%d\t\t\t\t# samples per point\n", thisillum.nsamps);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines