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

Comparing ray/src/gen/genprism.c (file contents):
Revision 2.10 by schorsch, Sat Jul 12 09:41:41 2003 UTC vs.
Revision 2.12 by schorsch, Sun Nov 16 10:29:38 2003 UTC

# Line 279 | Line 279 | int  round;
279                          rside(i, i+1);
280                  else
281                          side(i, i+1);
282 <        if (!iscomplete)
282 >        if (!iscomplete) {
283                  if (round)
284                          rside(nverts-1, 0);
285                  else
286                          side(nverts-1, 0);
287 +        }
288   }
289  
290  
# Line 301 | Line 302 | register char  **av;
302   }
303  
304  
305 + int
306   main(argc, argv)
307   int  argc;
308   char  **argv;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines