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

Comparing ray/src/meta/plot4.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  UNIX
28          FILE  *popen();
30 #endif
29          FILE  *fp;
30          int  i;
31  
34 #ifdef  CPM
35        fixargs("plot4", &argc, &argv);
36 #endif
37
32          progname = argv[0];
33  
40 #ifdef  UNIX
34          pout = popen(OUTFILT, "w");
42 #endif
35  
36          if (argc > 1)
37                  for (i = 1; i < argc; i++) {
# Line 52 | Line 44 | char  *argv[];
44          
45          pglob(PEOF, 0200, NULL);
46  
55 #ifdef  UNIX
47          return(pclose(pout));
57 #else
58        return(0);
59 #endif
48   }
49  
50  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines