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

Comparing ray/src/px/pfilt.c (file contents):
Revision 2.32 by greg, Thu Jul 26 23:50:40 2018 UTC vs.
Revision 2.35 by greg, Thu Dec 7 21:15:54 2023 UTC

# Line 11 | Line 11 | static const char RCSid[] = "$Id$";
11   #include  "copyright.h"
12  
13   #include  <signal.h>
14 < #include  <string.h>
15 <
14 > #include  "pfilt.h"
15   #include  "platform.h"
17 #include  "standard.h"
18 #include  "rtio.h"
19 #include  "color.h"
20 #include  "view.h"
16   #include  "paths.h"
17 < #include  "pfilt.h"
17 > #include  "view.h"
18  
24
19   #define  FEQ(a,b)       ((a) >= .98*(b) && (a) <= 1.02*(b))
20  
21   double   CHECKRAD = 2.0;        /* radius to check for filtering */
# Line 348 | Line 342 | headline(                              /* process line from header */
342          void    *p
343   )
344   {
345 <        char  fmt[32];
345 >        char  fmt[MAXFMTLEN];
346  
347          fputs(s, stdout);               /* copy to output */
348          if (isaspect(s))                /* get aspect ratio */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines