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.3 by schorsch, Mon Oct 27 10:28:59 2003 UTC

# Line 8 | Line 8 | static const char      RCSid[] = "$Id$";
8   *      7/10/86
9   */
10  
11 + #include  "rtprocess.h"
12   #include  "meta.h"
13  
14  
# Line 25 | Line 26 | main(argc, argv)
26   int  argc;
27   char  *argv[];
28   {
28 #ifdef  UNIX
29        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