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

Comparing ray/src/meta/genflake.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 29 | Line 29 | char  *argv[];
29          int  seed = 0;
30          int  nflakes = 1;
31          
32 #ifdef  CPM
33        fixargs("genflake", &argc, &argv);
34 #endif
32          progname = argv[0];
33          for (i = 1; i < argc && argv[i][0] == '-'; i++)
34                  switch (argv[i][1]) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines