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

Comparing ray/src/cal/total.c (file contents):
Revision 1.11 by greg, Thu Mar 24 18:48:28 2016 UTC vs.
Revision 1.12 by greg, Thu Mar 24 19:00:54 2016 UTC

# Line 327 | Line 327 | char  *fname
327                          break;
328                  if (!subtotal)
329                          ltotal = 0;
330 +                if (incnt > 0 && nlin >= incnt)
331 +                        break;
332          }
333                                                          /* close input */
334          return(fclose(fp));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines