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

Comparing ray/src/meta/gentree.c (file contents):
Revision 1.1 by greg, Sat Feb 22 02:07:26 2003 UTC vs.
Revision 1.2 by schorsch, Fri Aug 1 14:14:24 2003 UTC

# Line 25 | Line 25 | main(argc, argv)
25   int  argc;
26   char  *argv[];
27   {
28 #ifdef  CPM
29        fixargs("gentree", &argc, &argv);
30 #endif
28          progname = argv[0];
29          if (argc != 7) {
30                  sprintf(errmsg, "Usage: %s x0 y0 x1 y1 nbranch depth", progname);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines