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

Comparing ray/src/rt/rxpmain.cpp (file contents):
Revision 2.1 by greg, Wed Aug 14 20:05:23 2024 UTC vs.
Revision 2.2 by greg, Sun Aug 18 17:24:48 2024 UTC

# Line 499 | Line 499 | progReporter(double pct)
499          static time_t   lastReportTime = 0;
500          time_t          tnow = time(NULL);
501  
502 <        if (tnow - lastReportTime < ralrm)
502 >        if (pct < 100.-FTINY && tnow - lastReportTime < ralrm)
503                  return;                 // too soon, my Precious...
504  
505          sprintf(errmsg, "%7.3f%% done after %7.3f hours\n", pct, (tnow-tstart)/3600.);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines