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

Comparing ray/src/rt/rpict.c (file contents):
Revision 2.64 by greg, Mon Oct 20 16:01:55 2003 UTC vs.
Revision 2.67 by greg, Thu Feb 12 18:55:50 2004 UTC

# Line 9 | Line 9 | static const char RCSid[] = "$Id";
9  
10   #include  "platform.h"
11   #include  "ray.h"
12 + #include  "paths.h"
13  
14   #include  <sys/types.h>
15  
# Line 28 | Line 29 | static const char RCSid[] = "$Id";
29   #include  "view.h"
30   #include  "random.h"
31   #include  "paths.h"
32 + #include  "rtmisc.h" /* myhostname() */
33  
34  
35   #define  RFTEMPLATE     "rfXXXXXX"
# Line 149 | Line 151 | int  code;
151   void
152   report()                /* report progress */
153   {
152        extern char  *myhostname();
154          double  u, s;
155   #ifdef BSD
156          struct rusage  rubuf;
# Line 296 | Line 297 | char  *pout, *zout, *prvr;
297                  }
298                  hres = hresolu; vres = vresolu; pa = pixaspect;
299                  if (prvr != NULL) {
300 <                        if (viewfile(prvr, &ourview, &rs) <= 0
300 <                                        || rs.rt != PIXSTANDARD) {
300 >                        if (viewfile(prvr, &ourview, &rs) <= 0) {
301                                  sprintf(errmsg,
302                          "cannot recover view parameters from \"%s\"", prvr);
303                                  error(WARNING, errmsg);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines